View Single Post
Aykay
Senior Member
Join Date: Jul 2009
Location: Australia
Old 07-23-2011 , 23:52   Re: Proper explosion dammage
#7

Quote:
Originally Posted by urban_ninja View Post
Ok I'm getting compiler errors with that code.
So I added
PHP Code:
new has_fakec4_player 
Even more compiler errors follow:
All errors had to do with
PHP Code:
if (!has_fakec4_player[id]) 
It's definitely an array, but it might be a bool.

Try
PHP Code:
new bool:has_fakec4_player[32];

;OR

new 
has_fakec4_player[32]; 
I can't find the code, so can't confirm.
__________________

Aykay is offline
Send a message via MSN to Aykay