>> Exemples with case << - 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: >> Exemples with case << (
/showthread.php?tid=84028)
>> Exemples with case << -
monster010 - 28.06.2009
Can you give me someone examples with the case of the Godfather?
Tanks
Re: >> Exemples with case << -
Grim_ - 28.06.2009
What do you mean by "case". And if your question is godfather related, ask in the Godfather thread.
Re: >> Exemples with case << -
monster010 - 28.06.2009
Where is this theard?
Re: >> Exemples with case << -
Grim_ - 28.06.2009
Under the Gamemode Scripts board.
Re: >> Exemples with case << -
illay - 28.06.2009
switch(Variable){ case 0: { Variable=1; } case 1: Variable = 0; } }