SA-MP Forums Archive
A problem with IF - 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)
+--- Thread: A problem with IF (/showthread.php?tid=380342)



A problem with IF - UnknownGamer - 25.09.2012

pawn Код:
else if(ToggleBoot(VEHICLE_PARAMS_ON))
                    {
                        SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You have just closed your vehicle trunk!");
                        ToggleBoot(keycar, VEHICLE_PARAMS_OFF);
How do I fix that if?


Re: A problem with IF - ViniBorn - 25.09.2012

What's the problem?