05.03.2011, 08:45
hi,
how to make Pawncode![Huh?](images/smilies/confused.gif)
Code:
public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp("/drylake", cmdtext, true, 10) == 0) { SetPlayerPos (playerid, -31,1464,15); SetPlayerInterior (playerid, 0); SendClientMessage(playerid,0x0080FFFF,"Welcome to Dry Lake, stupid noob!"); return 1; } return SendClientMessage(playerid, COLOR, "Bad Command. Type /commands for available commands.");
![Huh?](images/smilies/confused.gif)
![Huh?](images/smilies/confused.gif)