21.02.2012, 14:46
i made an radio and i want so when i exit car the radio stops.. look..First help gets rep!if it works...
PHP код:
public OnPlayerExitVehicle(playerid, vehicleid)
for(new i; i<MAX_PLAYERS; i++)
{
StopAudioStreamForPlayer(i);
}
}
return 1;
}
PHP код:
2 errors:
error 054: unmatched closing brace ("}")
error 010: invalid function or declaration