09.11.2009, 18:00
Quote:
Originally Posted by Tigerbeast11
Try changing the tmp to something like ltm
Its a guess, just try it... Im a beginner so dont say that im crap if it doesnt work... |
When i type a command Doesn't matter what command. The i get the Gang System :S
Because that one is going to come when i type /ganghelp :S
The Command:
Код:
if(strcmp(cmd, "/ganghelp", true) == 0) { SendClientMessage(playerid, COLOR_RED, "|------| Legends GangSystem |------|"); SendClientMessage(playerid, COLOR_YELLOW, "/gang Create [Name]"); SendClientMessage(playerid, COLOR_YELLOW, "/gang Join"); SendClientMessage(playerid, COLOR_YELLOW, "/gang invite [PlayerID]"); SendClientMessage(playerid, COLOR_YELLOW, "/gang Leave"); SendClientMessage(playerid, COLOR_YELLOW, "/ganginfo [GangID]"); SendClientMessage(playerid, COLOR_YELLOW, "! [Text] Gangchat with your Gang"); SendClientMessage(playerid, COLOR_RED, "|-----------------------------------|"); return 1; }