10.11.2010, 13:37
Quote:
Wow, this is really wierd, 1 week ago I helped a guy with the same problem, here is what I doned:
pawn Код:
|
pawn Код:
stock Float:GetPlayerZPos(playerid)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
return z;
}