07.06.2009, 06:46
pawn Код:
if (strcmp("/airport", cmdtext, true, 10) == 0)
{
SetPlayerInterior(playerid,1);
SetPlayerPos(playerid, 1986.7913,-2202.7417,13.5469);
return 1;
}
if (strcmp("/help", cmdtext, true 10) == 1)
{
SendPlayerClientMessage(playerid, COLOR_RED,"Just Type /commands or /Telle");
return 1;
}
EDIT: you posted in wrong topic

