17.02.2011, 05:40
(
Последний раз редактировалось Mihai_Marius; 17.02.2011 в 08:07.
)
and put this
pawn Код:
if (strcmp("/casp", cmdtext, true, 4) == 0)
{
SetPlayerPos(playerid, 1565.6785,1183.3251,37.8896); //Player possition
SetPlayerFacingAngle(playerid, 309.0133); //Facing angle of the player
return 1; //line it correct, i dont know why i cant set it here on forum
}