16.06.2011, 15:17
1. It isn't an emergency, you could of tried. it's pretty simple
2.
Might work , I'm not definite.
EDIT: Above poster
2.
pawn Код:
if(GetPlayerScore(playerid) < 30)
{
SetPlayerPos(playerid,x,y,z)//your coords
return 1;
}
EDIT: Above poster