23.04.2014, 21:45
(
Последний раз редактировалось Nathan_Taylor; 23.04.2014 в 22:39.
)
UPDATE: Both messages get sent to you if you above an admin rank of 2. So, the line
is closed right under
But below that, where it is sending the messages about wether or not you have a license is still effected by that IF statement, even though it is outside of the brackets. Here is a pastebin of the whole OnPlayerEnterVehicle class. I use Notepad++ to edit and compile and it even shows that the brackets are right, but I have no idea what the rest of the class is dependant on that if statement. Anyone know why this is happening? It is acting as if line 36 on the pastebin is
Instead of
pawn Код:
if(pInfo[playerid][Admin] < 2){
pawn Код:
ClearAnimations(playerid);
pawn Код:
} else {
pawn Код:
}