19.07.2012, 11:20
Where does the error point to?
Try this:
onplayerdeath:
Try this:
onplayerdeath:
Код:
new Float:x,Float:y,Float:z; GetPlayerPos(playerid,x,y,z); PosX[playerid]=x; PosY[playerid]=y; PosZ[playerid]=z;