26.07.2012, 03:36
I've used a GetPlayerPos and SetPlayerPos and for some reason it gets me black screen...
anyone knows what make it happen??
I've used it this way:
btw.. its a buy clothed command.. when the player enter the cloth shop it save his last pos and when he's done it set his pos to the last pos he was
anyone knows what make it happen??
I've used it this way:
pawn Код:
new Float:px,Float:py,Float:pz;
GetPlayerPos(playerid, px, py, pz);
SetPlayerPos(playerid, px, py, pz);