I cant get it... - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I cant get it... (
/showthread.php?tid=275642)
I cant get it... -
Markx - 10.08.2011
I get a warning says Tag mismatch:
pawn Код:
new Float:x, Float:y, Float:z, Float:a;
GetPlayerPos(playerid, x, y, z);
GetPlayerFacingAngle(playerid, a);
PlayerInfo[playerid][pPosX] = x;//This line
Whats the problem? (Fastest anwser gets Rep

)
Re: I cant get it... -
Riddick94 - 10.08.2011
In enum pPosX didn't get Float: group.
Re: I cant get it... -
iMonk3y - 10.08.2011
Make sure everything's set!
Re: I cant get it... -
Markx - 10.08.2011
Quote:
Originally Posted by Riddick94
In enum pPosX didn't get Float: group.
|
Thanks! +Rep