how to add drive by , help me?
#4

This is a normal line of code in the model I have available now that can make other guns DB help you please?


Quote:

// Timer Name: ServerHeartbeatTwo()
// TickRate: 1 secs.
task ServerHeartbeatTwo[1000]() {

foreach(new i: Player)
{
if(IsPlayerInAnyVehicle(i)) {
if(GetPlayerState(i) == PLAYER_STATE_DRIVER) SetPlayerArmedWeapon(i, 0);
else if(PlayerInfo[i][pGuns][3] == 0) SetPlayerArmedWeapon(i, 0);
else SetPlayerArmedWeapon(i, 25);
}

Reply


Messages In This Thread
how to add drive by , help me? - by linhpro200294 - 13.07.2018, 07:54
Re: how to add drive by , help me? - by linhpro200294 - 13.07.2018, 08:18
Re: how to add drive by , help me? - by linhpro200294 - 13.07.2018, 10:56
Re: how to add drive by , help me? - by linhpro200294 - 13.07.2018, 11:03
Re: how to add drive by , help me? - by ItsRobinson - 13.07.2018, 19:31

Forum Jump:


Users browsing this thread: 1 Guest(s)