14.11.2012, 06:10
This code is crashing my pawno
Else command works fine..
Help me pease.
Код:
(if(IsPlayerInAnyVehicle(playerid))
if(VehicleWindows[playerid] == 0)
{
SendClientMessage(playerid, COLOR, "[Windows Open]: %s", text);
}
else if(VehicleWindows[playerid] == 1)
{
SendClientMessage(playerid, COLOR, "[Windows Shut]: %s", text);
}
}
return 1;
}
Help me pease.


