12.02.2010, 11:48
Hello I got errors when i insert this code..
How Could i improve it and make it have no errors?
Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate = PLAYER_STATE_DRIVER || PLAYER_STATE_PASSENGER)
{
if(IsPlayerInChoppa(playerid)
}
return 1;
}

