03.04.2011, 17:51
pawn Код:
if (strcmp(cmd, "/ganghelp", true) ==0 )
{
ShowPlayerDialog(playerid,2613,0,"Gang System Help",""lblue"Create a gang: "lyellow"/gang \n"lblue"Invite a player to your gang: "lyellow"/invite <id> \
\n"lblue"Kick a player from your gang: "lyellow"/kickfromgang <id> \n"lblue"Type "lyellow"/promote <id> "lblue" to promote a player of your gang \nType \
"lyellow"/demote <id> "lblue" to demote a player of your gang \nShow your gang's stats: "lyellow"/gstats\n"lblue"See available gangs: "lyellow" \
/gangs\n\t"lgreen"Have fun!","OK"," ");
return 1;
}