04.01.2012, 15:19
Quote:
|
pawn Код:
Before posting make sure you know how functions work. GetPlayerPos has 3 more parameters, X, Y and Z you use it to store the positions into variables, the value it returns is 0 if the player isn't connected and 1 if they are, that's all. (I think) So if you use that code it will only check if the return value (IsPlayerConnected) is equal to whatever the variable 'BlueZone' is worth. |


