Simple Problem
I have been pondering this for quite some time. It seems far too simple for me to be missing! How would I go about fixing this?!
Errors: Line 25: Empty Statement Line 34: Empty Statement The actual lines: Line 25: if(team == CS_TEAM_T); Line 34: if(team == CS_TEAM_CT); I apologize ahead of time for this simple error. Thank you. |
Re: Simple Problem
I sent the PM request back. No semicolons after if() statements.
|
Re: Simple Problem
Quote:
|
Re: Simple Problem
While most languages use the lone semicolon (;) to represent an empty statement, Pawn uses an empty block ({}).
Quote:
|
| All times are GMT -4. The time now is 05:18. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.