18.10.2011, 19:16
You forgot a ; at the end of a line.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/drylake", cmdtext, true, 10) == 0)
{
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid, 15.5371,1503.0522,12.7560);
return 1;
}
return 0;
}