Quick Question
#3

if(newcar == 172)
{
GetPlayerName(playerid,name,sizeof(name));
if(strcmp(name,"Cool_Guy",false) == 0){}
else
{
SendClientMessage(playerid,0xE4287CFF," You are not Cool Guy !");
RemovePlayerFromVehicle(playerid);
}
}

One error,name is an undefined symbol.
Reply


Messages In This Thread
Quick Question - by FreeSoul - 29.04.2009, 05:22
Re: Quick Question - by Bearfist - 29.04.2009, 05:34
Re: Quick Question - by FreeSoul - 29.04.2009, 05:58
Re: Quick Question - by afei - 29.04.2009, 09:20

Forum Jump:


Users browsing this thread: 1 Guest(s)