Reserved Vehicle ( Another of those topic ey )
#2

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    new PlayerName[24];
    GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
   
    if(newstate == PLAYER_STATE_DRIVER)
    {
        new Vehicle = GetPlayerVehicleID(playerid);
       
        if(Vehicle == Baio || Vehicle == Baio1 || Vehicle == Baio2 || Vehicle == Baio3 || Vehicle == Baio4 || Vehicle == Baio5 || Vehicle == Baio6 || Vehicle == Baio7)
        {
            if(strcmp("Intsu", PlayerName, true) != 0 || strcmp("CreepyMoto", PlayerName, true) != 0)  RemovePlayerFromVehicle(playerid);
            SendClientMessage(playerid, 0x33AA33AA, "I'm sorry, but this car has been reserved for CreepyMoto / Intsu");
        }
    }
    return 1;
}
Reply


Messages In This Thread
Reserved Vehicle ( Another of those topic ey ) - by creepymoto - 15.08.2010, 16:03
Re: Reserved Vehicle ( Another of those topic ey ) - by Virtual1ty - 15.08.2010, 16:17
Re: Reserved Vehicle ( Another of those topic ey ) - by creepymoto - 15.08.2010, 16:21
Re: Reserved Vehicle ( Another of those topic ey ) - by vital2k - 15.08.2010, 16:22
Re: Reserved Vehicle ( Another of those topic ey ) - by creepymoto - 15.08.2010, 16:25
Re: Reserved Vehicle ( Another of those topic ey ) - by chrism11 - 04.12.2010, 01:03

Forum Jump:


Users browsing this thread: 1 Guest(s)