27.04.2012, 18:49
Pls. help me in fixing this error.
on line
thnnx
Код:
error 017: undefined symbol "PlayerName2"
pawn Код:
if (strcmp(VehicleInfo[GetPlayerVehicleID(playerid)][owner],PlayerName2(playerid),false) == 0)
{
format(string, sizeof(string), "You already own this %s, %s", VehicleInfo[GetPlayerVehicleID(playerid)][vname],PlayerName2(playerid));
SendClientMessage(playerid, COLOR_BRIGHTRED, string);
return 1;
}