Car Message Function Problem
#1

stock SendCarMessage(playerid, string [], color12)
{
for(new i = 0; i <= MAX_PLAYERS; i++)
{
if(IsPlayerInVehicle(i, GetPlayerVehicleID(playerid)))
{
SendClientMessage(i, color12, string);
}
}
return 1;
}

This function is for car messages. I wanna hear the player's writing, who inside in player's car. But this function not working. Thanks.
Reply


Messages In This Thread
Car Message Function Problem - by CyberGuerilla - 01.06.2009, 10:46
Re: Car Message Function Problem - by Weirdosport - 01.06.2009, 11:00
Re: Car Message Function Problem - by CyberGuerilla - 01.06.2009, 11:20
Re: Car Message Function Problem - by Weirdosport - 01.06.2009, 11:27
Re: Car Message Function Problem - by Lewwy - 01.06.2009, 11:54
Re: Car Message Function Problem - by CyberGuerilla - 01.06.2009, 11:55
Re: Car Message Function Problem - by CyberGuerilla - 01.06.2009, 12:31
Re: Car Message Function Problem - by SpiderPork - 01.06.2009, 12:39
Re: Car Message Function Problem - by CyberGuerilla - 01.06.2009, 14:08
Re: Car Message Function Problem - by Marcel - 01.06.2009, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)