How to do this
#6

Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER)
{
format(string, sizeof(string), "Vehicle ID: %d", GetPlayerVehicleID(playerid));
SendClientMessage(playerid, color, string);
return 1;
}
return 1;
}
Reply


Messages In This Thread
How to do this - by JoeDaDude - 02.02.2009, 14:06
Re: How to do this - by harrold - 02.02.2009, 14:07
Re: How to do this - by ICECOLDKILLAK8 - 02.02.2009, 14:09
Re: How to do this - by JoeDaDude - 02.02.2009, 14:09
Re: How to do this - by JoeDaDude - 02.02.2009, 14:10
Re: How to do this - by ICECOLDKILLAK8 - 02.02.2009, 14:14
Re: How to do this - by JoeDaDude - 02.02.2009, 14:18
Re: How to do this - by ICECOLDKILLAK8 - 02.02.2009, 14:24
Re: How to do this - by JoeDaDude - 02.02.2009, 14:28

Forum Jump:


Users browsing this thread: 2 Guest(s)