13.01.2011, 02:32
Thank you guys very very much!
California.. I use your houseing system on one of my RP servers.. Anyways, Could you maybe tell me how to make a command 1 time use only? Such as this for example (Just made this.. Not in my script) How would I make it 1 time use only?
California.. I use your houseing system on one of my RP servers.. Anyways, Could you maybe tell me how to make a command 1 time use only? Such as this for example (Just made this.. Not in my script) How would I make it 1 time use only?
Код:
if (strcmp("/starter", cmdtext, true==0) { SendClientMessage(playerid, COLOR_YELLOW, "Here is your starter money!"); GivePlayerMoney(playerid, 10000); return 1; {