cmd help
#5

Quote:
Originally Posted by Rabea
Посмотреть сообщение
its giving me error, undfined symbol vehicleid
pawn Код:
stock SendPlaneMessage(color, string[])
{
    new playerid;
    new carid = GetPlayerVehicleID(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: 2 Guest(s)