Raised This Month: $ Target: $400
 0% 

error 001: expected token: ")", but found ";"


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
TALINSKA
Junior Member
Join Date: Aug 2017
Old 07-21-2019 , 11:24   Re: error 001: expected token: ")", but found ";"
Reply With Quote #6

Quote:
Originally Posted by thEsp View Post
Post the full source, or at least is_valid_player macro definition.
Code:
#define is_valid_player(%1) (1 <= %1 <= 32);

EDIT:

I solved!
PHP Code:
#define is_valid_player(%1) (1 <= %1 <= 32); 
-->>
PHP Code:
#define is_valid_player(%1) (1 <= %1 <= 32) 
Thanks for all.

Last edited by TALINSKA; 07-21-2019 at 12:16.
TALINSKA is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:27.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode