0


how to make that chat commands like command to get gun (!m4a1, !usp, !deagle) works only for some USGN ids? (I will write that ids) Sorry for bad english, I'm lithuanian.

flag offensive
asked 2010-06-19 17:41:23.301677
1
add comment
1 Answers:
0


addhook("say","luasay") function luasay(id,txt) if player(id,"usgn") == 12345 then if player(id,"txt") == "!usp" then parse("equip "..id.." 1") end end

if you want to allow two US id's put this

if player(id,"usgn") == 12345 or player(id,"usgn") == 14325 then

permanent link | flag offensive
answered 2010-08-28 04:18:40.093955
1
add comment
Your answer:
You are now not logged in but you can answer first and then login
toggle preview



Made with Django.