SA-MP Forums Archive
whats wrong with this? - 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: whats wrong with this? (/showthread.php?tid=132114)



whats wrong with this? - Cem - 06.03.2010

when i use this i get one warning.?

Код:
C:\Documents and Settings\Marcus's\My Documents\Gta Server\gamemodes\cem.pwn(13053) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warnings.
this is what i use
pawn Код:
strpack(posx[playerid], fileinfo[playerid][pPos_x],sizeof(posx));
can you show me how it should be to stop me getting the warning's? thanks


Re: whats wrong with this? - Cem - 07.03.2010

bump


Re: whats wrong with this? - Carlton - 07.03.2010

Quote:
Originally Posted by Cem
when i use this i get one warning.?

Код:
C:\Documents and Settings\Marcus's\My Documents\Gta Server\gamemodes\cem.pwn(13053) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warnings.
this is what i use
pawn Код:
strpack(posx[playerid], fileinfo[playerid][pPos_x],sizeof(posx));
can you show me how it should be to stop me getting the warning's? thanks
Is posx or pPos_x a float?


Re: whats wrong with this? - MenaceX^ - 07.03.2010

Haven't I already answered when you last time created a thread like that?