cmd help
#3

Try this

pawn Код:
stock SendPlaneMessage(color, string[])
{
    new carid = GetVehicleModel(vehicleid);
    //new playerid;
    foreach(Player, i)
    {
        if(IsPlayerLoggedIn(i) && IsModelAPlane(carid) && GetPlayerState(i) == PLAYER_STATE_DRIVER)
        {
            SendClientMessage(i, color, string);
        }
    }
    return 1;
}
Reply


Messages In This Thread
cmd help - by Rabea - 12.01.2015, 19:25
Re: cmd help - by SWAT4 - 12.01.2015, 19:32
Re: cmd help - by Ironboy - 12.01.2015, 19:34
Re: cmd help - by Rabea - 12.01.2015, 19:39
Re: cmd help - by Ironboy - 12.01.2015, 19:42
Re: cmd help - by Rabea - 12.01.2015, 19:56
Re: cmd help - by Ironboy - 12.01.2015, 20:12
Re: cmd help - by Rabea - 12.01.2015, 20:20

Forum Jump:


Users browsing this thread: 1 Guest(s)