Raised This Month: $ Target: $400
 0% 

Solved Player bool


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 07-04-2018 , 12:49   Re: Player bool
Reply With Quote #9

PHP Code:
new Float:timer[32
33.

PHP Code:
set_task(0.1,"timer_task",20000,"",0,"ab"
Using flags a and b at the same time doesn't make sense.

PHP Code:
for(new i=1;i<=get_maxplayers();i++) 
Don't loop players like this. Use get_players().

PHP Code:
if(is_user_alive(i) && timer_started[i-1]) { 
You're still using [id-1].

PHP Code:
if(race_status == true,timer_started[id-1]) 
This won't even compile.

I'm not going to look further since you probably didn't fix everything yet.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
 



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 12:25.


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