21.07.2012, 13:16
I opened the .pwn, I just changed coordinates and i compiled, then i got ' pawn has stopped working '
wtf
how to fix
wtf
how to fix
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid, 665.8990,-623.3339,16.3359,355.8781);
SetPlayerFacingAngle(playerid, 359.4621);
SetCameraBehindPlayer(playerid);
}
pawn Код:
|
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid, 665.8990,-623.3339,16.3359); // the player's positions is only playerid, x, y, z
SetPlayerFacingAngle(playerid, 359.4621);
SetCameraBehindPlayer(playerid);
}
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid, 665.8990,-623.3339,16.3359,355.8781);
SetPlayerFacingAngle(playerid, 359.4621);
SetCameraBehindPlayer(playerid);
return 1;
}