28.11.2010, 11:33
hi there!, here is a little script.
How can I make it that you can only use /help once? That it disables after?
Quote:
if(!strcmp(cmdtext, "/help")) { SendClientMessage(playerid,WHITE,"--------HELP-----------------------"); SendClientMessage(playerid,GREEN,"This is a Team Death Match gameplay. You are in a fight between Vietnam and USA, have Fun. We now have killstreaks."); SendClientMessage(playerid,WHITE,"--------HELP-----------------------"); return 1; } |