29.04.2009, 05:58
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.
{
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.

