16.11.2010, 21:31
i startet yester day with pawn scripting and today i got a problem wen i teleport to Los Santos airport i got this prob my player is in the ground why is this i try alot dont now many of pawn scripting so plz help this are screens from it
I now my english is bad i em sorry for that
this are my cordinates

I now my english is bad i em sorry for that
this are my cordinates
PHP код:
if (strcmp("/ls", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid,1436.7037,1472.7804,10);
SendClientMessage(playerid, COLOR_RED , "You have been teleported to Los santos airplane");
return 1;
}

