Team vehicles
#5

Quote:
Originally Posted by tanush
Посмотреть сообщение
Umm Try using OnPlayerStateChange, this is one i got from my vip
pawn Код:
if(newstate == PLAYER_STATE_DRIVER)
    {
        new vid = GetPlayerVehicleID(playerid);
        if(vid == vipv && PlayerData[playerid][vip] == 0)/* so here if the player is not vip it will kick them out and show this, so if you wanna make team. make it like*/ if(vid == teamcar && != 1) /* that is the first team cause i have 1*/
        {
            RemovePlayerFromVehicle(playerid);
            SendClientMessage(playerid,0xFF0000FF, "You are not an vip, Go to http://www.extreme-stuntage.x10.mx to donate for VIP!");
        }
    }
I really don't know how to change this code to fit my script :P
Reply


Messages In This Thread
Team vehicles - by cruising - 02.04.2011, 13:55
Re: Team vehicles - by CyNiC - 02.04.2011, 14:00
Re: Team vehicles - by tanush - 02.04.2011, 14:15
Re: Team vehicles - by cruising - 02.04.2011, 14:26
Re: Team vehicles - by cruising - 02.04.2011, 14:33
Re: Team vehicles - by LiamM - 02.04.2011, 14:39
Re: Team vehicles - by cruising - 02.04.2011, 15:20
AW: Team vehicles - by Nero_3D - 02.04.2011, 15:37
Re: AW: Team vehicles - by cruising - 02.04.2011, 16:01
AW: Re: AW: Team vehicles - by Nero_3D - 02.04.2011, 16:11
Re: Team vehicles - by cruising - 02.04.2011, 16:33
Re: Team vehicles - by tanush - 03.04.2011, 14:09

Forum Jump:


Users browsing this thread: 1 Guest(s)