warnings
#1

pawn Код:
C:\Users\Abo Abed\Desktop\SAPRP\gamemodes\SAPRP.pwn(33780) : warning 202: number of arguments does not match definition
C:\Users\Abo Abed\Desktop\SAPRP\gamemodes\SAPRP.pwn(33780) : warning 202: number of arguments does not match definition
pawn Код:
format(szMessage, sizeof(szMessage), "*** %s's %s Safe ***", PlayerRPName(playerid), GetVehicleName(PlayerVehicleInfo[playerid][d][pvId]));
Reply
#2

maybe problem is in your PlayerRPName or in GetVehicleName
Reply
#3

pawn Код:
format(szMessage, sizeof(szMessage), "*** %s(%d) 's %s Safe ***", PlayerRPName(playerid), GetVehicleName(PlayerVehicleInfo[playerid][d][pvId]),playerid);

or this if the first one gets error.



pawn Код:
format(szMessage, sizeof(szMessage), "*** %s(%d) 's %s Safe ***", PlayerRPName(playerid), GetVehicleName(PlayerVehicleInfo[playerid][d][pvId]));
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)