OnPlayerExitVehicle Problem
#1

PHP код:
public OnPlayerExitVehicle(playeridvehicleid)
{
    new 
pName[24];
    new 
string[128];
    
GetPlayerName(playeridpName24);
    
format(string128"* %s has left the vehicle."pName);
    
ProxDetector(30.0playeridstringCOLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
    return 
1;

The problem is when i left the car i don't reciev any message
i want to reciev that format(string, 128, "* %s has left the vehicle.", pName);
Reply


Messages In This Thread
OnPlayerExitVehicle Problem - by Visio - 02.06.2012, 06:03
Re: OnPlayerExitVehicle Problem - by Flake. - 02.06.2012, 06:08
Re: OnPlayerExitVehicle Problem - by Visio - 02.06.2012, 06:09
Re: OnPlayerExitVehicle Problem - by Legolas.W - 02.06.2012, 06:10
Re: OnPlayerExitVehicle Problem - by Flake. - 02.06.2012, 06:11
Re: OnPlayerExitVehicle Problem - by Visio - 02.06.2012, 06:16
Re: OnPlayerExitVehicle Problem - by Flake. - 02.06.2012, 06:19
Re: OnPlayerExitVehicle Problem - by Visio - 02.06.2012, 06:21
Re: OnPlayerExitVehicle Problem - by newbienoob - 02.06.2012, 06:23
Re: OnPlayerExitVehicle Problem - by Legolas.W - 02.06.2012, 06:32

Forum Jump:


Users browsing this thread: 1 Guest(s)