SA-MP Forums Archive
Little Help. - 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: Little Help. (/showthread.php?tid=544707)



Little Help. - Brys - 03.11.2014

If i write this :
PHP код:
/* "script code" */ 
So it worn't work on the server ?


Re: Little Help. - Rudy_ - 03.11.2014

It won't if you write it like this
/* Text */
pawn Код:
/* Text */



Re: Little Help. - fonia5 - 03.11.2014

It's

/*

Your code you want to disable
*/


Re: Little Help. - biker122 - 03.11.2014

It will ignore everything which are placed between /* and */
and also, It's /* and */ not */ and /*
So whatever is placed before /* and after */, the compiler will skip it.


Re: Little Help. - Brys - 03.11.2014

That's what i mean,thank's