06.09.2009, 11:02
Quote:
Originally Posted by E1edge
Hello! Please, help. How to make a command like
pawn Код:
When I write a that command, it returns me with a "Unknown command". |
ex if u want to make a command like it so u have to do is
if(!strcmp(cmdtext, "/tpzone sw", true))
{
SetPlayerPos(playerid,2262.7290,2035.9547,10.8203) ; //
SendClientMessage(playerid, COLOR_RED, "You have teleported to Death_Itself's Mansion!");
return 1;
}
this example is for ur understanding and u can change the SetPlayerPos