Vehicle for specific player
#3

PHP код:
public OnPlayerEnterVehicle(playeridvehicleidispassenger)
{
    new 
name[MAX_PLAYER_NAME];
        
GetPlayerName(playeridnamesizeof(name));
        if(!
strcmp(name,"KillerDVX",true))
        {
          new 
string[64];
          
format(stringsizeof(string),This car is owned by %s", name);
          SendClientMessage(playerid, -1, string);
        }
    return 1;

Reply


Messages In This Thread
Vehicle for specific player - by Supermaxultraswag - 14.09.2015, 17:04
AW: Vehicle for specific player - by Nero_3D - 14.09.2015, 18:43
Re : Vehicle for specific player - by KillerDVX - 14.09.2015, 22:38
Re: Vehicle for specific player - by Supermaxultraswag - 18.09.2015, 15:25
Re: Vehicle for specific player - by Mister0 - 18.09.2015, 15:30
Re: Vehicle for specific player - by Supermaxultraswag - 18.09.2015, 15:33
Re: Vehicle for specific player - by Mister0 - 18.09.2015, 15:45
Re: Vehicle for specific player - by rappy93 - 18.09.2015, 15:46
Re: Vehicle for specific player - by Jefff - 18.09.2015, 15:47
Re: Vehicle for specific player - by Supermaxultraswag - 03.10.2015, 12:47

Forum Jump:


Users browsing this thread: 1 Guest(s)