View Single Post
siriusmd99
Veteran Member
Join Date: Oct 2013
Location: Republic of Moldova
Old 09-10-2017 , 07:44   Re: Respawn Team Toucher
Reply With Quote #3

Kristi, use ==
not !=

He wants to respawn players which have different team.
Also
PHP Code:
 new Float:gDiff 0.1 


PHP Code:
new const Float:gDiff 0.1 
Quite logic here, you are only reading it, not changing its value, so it would be better to define it as constant variable.

Last edited by siriusmd99; 09-10-2017 at 08:23.
siriusmd99 is offline