02.09.2011, 15:35
Can i get help about some cmds ?! I mean can you help to make cmds for me?!
if(strcmp(cmdtext, "/help", true) == 0) { SendClientMessage(playerid,0x00FFFFFF,"Help Commands : "); SendClientMessage(playerid,0x00FFFFFF,"/v spawn vehicle, /ls got to ls"); return 1; } |
public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmd, "/commands", true) == 0) { SendClientMessage(playerid, COLOR_GREEN,"/YOur Cmds:"); SendClientMessage(playerid, COLOR_YELLOW,"/YOur Cmds"); SendClientMessage(playerid, COLOR_YELLOW,"/YOur Cmds"); return 1; } |