02.06.2012, 06:03
PHP код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
new pName[24];
new string[128];
GetPlayerName(playerid, pName, 24);
format(string, 128, "* %s has left the vehicle.", pName);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
return 1;
}
i want to reciev that format(string, 128, "* %s has left the vehicle.", pName);