What problem???
#8

if i use

Quote:

public OnPlayerStateChange(playerid, newstate, oldstate)
{
new CarCheck = GetPlayerVehicleID(playerid);
if(CarCheck == jcar1 || jcar 2)
{
new PlayerName[24];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
if(strcmp(PlayerName,"ShadowReaper",true))return RemovePlayerFromVehicle(playerid),SendClientMessag e(playerid, COLOR_RED, "[VEHICLE]:{FFFFFF}You can't drive this car,this car is owned by ShadowReaper.");
{
SendClientMessage(playerid, COLOR_LIMEGREEN, "[VEHICLE]:{FFFFFF}Welcome back to your owned car.");
}
return 1;
}
return 0;
}

it will send client message two times how to fix
Reply


Messages In This Thread
What problem??? - by 9noober - 25.07.2014, 12:23
Re: What problem??? - by erikhenri - 25.07.2014, 12:26
Re: What problem??? - by 9noober - 25.07.2014, 12:30
Re: What problem??? - by erikhenri - 25.07.2014, 12:32
Re: What problem??? - by 9noober - 25.07.2014, 12:48
Re: What problem??? - by erikhenri - 25.07.2014, 12:57
Re: What problem??? - by Virtual1ty - 25.07.2014, 13:07
Re: What problem??? - by 9noober - 25.07.2014, 13:55
Re: What problem??? - by KayJ - 25.07.2014, 14:05

Forum Jump:


Users browsing this thread: 1 Guest(s)