View Single Post
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 11-20-2017 , 15:38   Re: A question about this function!
Reply With Quote #2

Quote:
Originally Posted by Antithasys View Post
All this does...

Code:
#pragma semicolon 1

is make it so that the complier will force you to put a ; at the end of each line of code.

This does nothing to the actual coding of the plugin, but helps a lot when trying to debug compiling errors.

There is nothing wrong with doing it either way... its a matter of personal perfrence.
__________________
Relaxing is offline