05.01.2012, 08:56
I have problem.
Code:
What is wrong?
Code:
PHP код:
if(newstate == PLAYER_STATE_PASSENGER)
{
if(GetVehicleModel(newcar) == 538 || 570)
{
if(PlayerInfo[playerid][pTicketTrain] == 1)
{
PlayerInfo[playerid][pTicketTrain]--;
return 1;
}
else
{
RemovePlayerFromVehicle(playerid);
return 1;
}
}
}