04.08.2018, 17:53
Hi guys, i want help to Command to gang's for Example
i want
1-i want only player in gang can use this command "you can type "test1" and i i will edit it no problem"
2-i want all in gang can know Anyone used command "you can type "test2" and i i will edit it no problem"
3-i want send message to all to anyone used command in CC "you can type "test3" and i i will edit it no problem"
Please help me, i'm new in script and don't know anything xD
-Thanks
Код:
if(!strcmp(cmdtext, "/ccdeagle", true)) { GivePlayerWeapon(playerid, 24, 9000); SendClientMessage(playerid, 0x00008BFF, "You Have Deagle Weapon, Have Fun"); return 1; }
1-i want only player in gang can use this command "you can type "test1" and i i will edit it no problem"
2-i want all in gang can know Anyone used command "you can type "test2" and i i will edit it no problem"
3-i want send message to all to anyone used command in CC "you can type "test3" and i i will edit it no problem"
Please help me, i'm new in script and don't know anything xD
-Thanks