10.02.2011, 15:32
public OnPlayerStateChange(playerid, newstate, oldstate){
airbreakcount[playerid]=0;
if(oldstate == PLAYER_STATE_DRIVER)
{
GameTextForPlayer(playerid," ",100,5);
}
if(newstate == PLAYER_STATE_DRIVER)
{
GameTextForPlayer(playerid,"jbjbjb",1000,5);
new vehicleid = GetPlayerVehicleID(playerid);
new modelis = GetVehicleModel(vehicleid);
if(modelis == 481 || modelis == 509 || modelis == 510)
{
Why gametext GameTextForPlayer(playerid,"jbjbjb",1000,5); not appear on all machines? only on a couple cars??
sorry my bad english.
airbreakcount[playerid]=0;
if(oldstate == PLAYER_STATE_DRIVER)
{
GameTextForPlayer(playerid," ",100,5);
}
if(newstate == PLAYER_STATE_DRIVER)
{
GameTextForPlayer(playerid,"jbjbjb",1000,5);
new vehicleid = GetPlayerVehicleID(playerid);
new modelis = GetVehicleModel(vehicleid);
if(modelis == 481 || modelis == 509 || modelis == 510)
{
Why gametext GameTextForPlayer(playerid,"jbjbjb",1000,5); not appear on all machines? only on a couple cars??
sorry my bad english.