Cant fix these what am i doing wrong. - 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: Cant fix these what am i doing wrong. (
/showthread.php?tid=191853)
Cant fix these what am i doing wrong. -
Kitten - 20.11.2010
Solved
Re: Cant fix these what am i doing wrong. -
Mauzen - 20.11.2010
I dont think you cant fix them, you just did not even try...
Check the spelling of your variables.
Re: Cant fix these what am i doing wrong. -
Kitten - 20.11.2010
Solved
Re: Cant fix these what am i doing wrong. -
Proxyded - 20.11.2010
Show the code of those lines so we can help.
Re: Cant fix these what am i doing wrong. -
Kitten - 20.11.2010
Solved
Re: Cant fix these what am i doing wrong. -
WillyP - 20.11.2010
Only 1 = per thing
Re: Cant fix these what am i doing wrong. -
Proxyded - 20.11.2010
if the variables
Код:
ChangeToHuman1
ChangeToZombie
ChangeToZombie2
ChangeToHuman2
got the ID of a player, then I think you should try like:
546:
554:
pawn Код:
Infected(ChangeToZombie);
566:
pawn Код:
Infected(ChangeToZombie2);
574:
Re: Cant fix these what am i doing wrong. -
Kitten - 20.11.2010
Solved
Re: Cant fix these what am i doing wrong. -
Proxyded - 20.11.2010
Those are "Variables", not "Functions", delete them from where you create them in the first place.
Re: Cant fix these what am i doing wrong. -
WillyP - 20.11.2010
Nevermind