18.12.2008, 16:35
Quote:
Originally Posted by [SFSF
Ali ]
i know how to make /help command and /teleport commands! for example (to make a help command): PAWN Code: public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/help", cmdtext, true, 10) == 0) SendClientMessage(playerid, 0xFF9900AA, "/teleport for list of teleports and /rules for the rules"); { return 1; } return 0; } Note: its only an examp dont use! |
And what's more I did it like that as I always do, yet it didnt work. I'm currently figuring it out and as soon i get it to work I'll release the new version. I'm also working on the bomb system
Also thanks for so many colors but i won't be needing them
Quote:
Originally Posted by VenZen
mistake: spectator can buy weapons its no good think
|
EDIT: Done. Version 0.1b is out! I'm currently working on the /help and /kill commands