Pawno warning 202, 305 warnings
#1

Hi there, i got again problem... this time it is maybe easy one for some of us, but i can not understand why it's showing up..
Anyway i got these warnings just after i updated my streamer plugin,so on my backup gm of this gm is working everything okay. Help.

This is just first part of the all script, and after that i got 305warnings... ( including this part )
PHP код:
stock EditATM(playerid)
{
    new 
Keys,ud,lr;
    
GetPlayerKeys(playerid,Keys,ud,lr);
    new 
Float:xFloat:yFloat:zFloat:rz;
    
GetObjectPos(ATM[GetPVarInt(playerid"AtmID")], xyz);
    
GetObjectRot(ATM[GetPVarInt(playerid"AtmID")], rzrzrz);
    if(
ud 0MoveObject(ATM[GetPVarInt(playerid"AtmID")], x+0.01yz,0.50.00.0rz); // āāељх
    
if(ud 0MoveObject(ATM[GetPVarInt(playerid"AtmID")], x-0.01yz,0.50.00.0rz); // āķčē
    
if(lr 0MoveObject(ATM[GetPVarInt(playerid"AtmID")], xy+0.01z,0.50.00.0rz); // ėеāī
    
if(lr 0MoveObject(ATM[GetPVarInt(playerid"AtmID")], xy-0.01z,0.50.00.0rz); // ļљąāī
    
if(Keys KEY_SPRINT && lr MoveObject(ATM[GetPVarInt(playerid"AtmID")], xyz0.50.00.0rz-10.0);
    if(
Keys KEY_SPRINT && lr 0MoveObject(ATM[GetPVarInt(playerid"AtmID")], xyz0.50.00.0rz+10.0);
    if(
Keys KEY_SPRINT && ud MoveObject(ATM[GetPVarInt(playerid"AtmID")], xyz+0.10.50.00.0rz);
    if(
Keys KEY_SPRINT && ud 0MoveObject(ATM[GetPVarInt(playerid"AtmID")], xyz-0.10.50.00.0rz);
    if(
Keys KEY_SECONDARY_ATTACKSPD(playeridD_ATM+140"Bankomats""Jus gribat uzsstadit bankomatu?""Ja""Ne");
    if(
Keys KEY_CROUCHSPD(playeridD_ATM+130"Bankomats""Jus gribat atcelt bankomata uzstadisanu?""Ja""Ne");
    return 
1;

PHP код:
C:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7086) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7086) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7086) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7087) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7087) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7087) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7088) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7088) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7088) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7089) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7089) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7089) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7090) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7090) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7090) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7091) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7091) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7091) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7092) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7092) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7092) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7093) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7093) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7093) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7199) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7199) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7199) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7200) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7200) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7200) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7201) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7201) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7201) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7202) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7202) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7202) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7203) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7203) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7203) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7204) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7204) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7204) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7205) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7205) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7205) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7206) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7206) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(7206) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8891) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8891) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8891) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8898) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8898) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8898) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8899) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8899) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8899) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8906) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8906) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8906) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8907) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8907) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8907) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8914) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8914) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8914) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8921) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8921) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8921) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8928) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8928) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8928) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8935) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8935) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8935) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8942) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8942) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8942) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8949) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8949) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8949) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8956) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8956) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8956) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8963) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8963) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8963) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8964) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8964) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8964) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8971) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8971) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8971) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8978) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8978) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8978) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8985) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8985) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8985) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8986) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8986) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8986) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8993) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8993) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8993) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8994) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8994) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(8994) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9001) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9001) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9001) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9002) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9002) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9002) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9009) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9009) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9009) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9010) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9010) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9010) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9017) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9017) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9017) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9018) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9018) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9018) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9025) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9025) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9025) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9026) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9026) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9026) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9033) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9033) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9033) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9034) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9034) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9034) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9041) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9041) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9041) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9042) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9042) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9042) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9049) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9049) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9049) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9050) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9050) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9050) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9057) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9057) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9057) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9058) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9058) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9058) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9065) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9065) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9065) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9072) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9072) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9072) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9079) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9079) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9079) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9086) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9086) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9086) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9145) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9145) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(9145) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14035) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14035) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14035) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14048) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14048) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14048) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14061) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14061) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14061) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14074) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14074) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14074) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14087) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14087) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14087) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14100) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14100) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14100) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14101) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14101) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14101) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14114) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14114) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14114) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14115) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14115) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14115) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14128) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14128) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14128) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14129) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14129) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14129) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14143) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14143) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14143) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14156) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14156) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14156) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14169) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14169) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14169) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14182) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14182) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14182) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14195) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14195) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14195) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14208) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14208) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14208) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14225) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14225) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14225) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14235) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14235) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14235) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14245) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14245) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14245) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14255) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14255) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14255) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14256) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14256) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14256) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14266) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14266) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14266) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14267) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14267) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14267) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14277) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14277) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14277) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14278) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14278) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14278) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14288) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14288) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14288) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14289) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14289) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14289) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14299) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14299) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14299) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14300) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14300) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14300) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14310) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14310) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14310) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14311) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14311) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14311) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14321) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14321) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14321) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14322) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14322) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14322) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14332) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14332) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14332) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14333) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14333) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14333) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14343) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14343) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14343) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14344) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14344) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14344) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14354) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14354) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14354) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14355) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14355) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(14355) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(16247) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(16247) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(16247) : warning 202number of arguments does not match definition
C
:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(18228) : warning 204symbol is assigned a value that is never used"mats"
C:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(18267) : warning 204symbol is assigned a value that is never used"mats"
C:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(20940) : warning 204symbol is assigned a value that is never used"mats"
C:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(26143) : warning 203symbol is never used"mineral"
C:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(26145) : warning 204symbol is assigned a value that is never used"mats"
C:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(27283) : warning 203symbol is never used"Cards"
C:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(27283) : warning 203symbol is never used"LD_POKE"
C:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(27283) : warning 203symbol is never used"LoadSeeds"
C:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(27283) : warning 203symbol is never used"SaveCar"
C:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(27283) : warning 203symbol is never used"TOTALMZ"
C:\Users\Maaris\Desktop\OLD SCHOOL ROLEPLAY\gamemodes\debug.pwn(27283) : warning 203symbol is never used"mafiafarmseeds"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
Header size
:          12932 bytes
Code size
:          1631140 bytes
Data size
:          3614488 bytes
Stack
/heap size:      16384 bytesestimated maxusage=4792 cells (19168 bytes)
Total requirements5274944 bytes
305 Warnings

Reply
#2

Warnings are nothing calm down
Reply
#3

Quote:
Originally Posted by TrinityGamingRoleplay
Посмотреть сообщение
Warnings are nothing calm down
No shit, anyway i just updated the damn streamer again and got back my 11 warnings ^^
So the problem is solved.
Reply
#4

Do not avoid warnings by not fixing them.
Warnings can cause bugs and crashes.
It is very important to fix them.
Reply
#5

Well yeah i understand that, but i don't think they can cause any harm if they are all about symbol is never used.. and things like that. But yeah, it would be always better if i fix them all.
Reply
#6

Quote:
Originally Posted by LazyGamer99
Посмотреть сообщение
Well yeah i understand that, but i don't think they can cause any harm if they are all about symbol is never used.. and things like that. But yeah, it would be always better if i fix them all.
You just can't compile the script without fixing those warnings, so.. it's a must!
Reply
#7

Quote:
Originally Posted by Neonman
Посмотреть сообщение
You just can't compile the script without fixing those warnings, so.. it's a must!
Scripts can be compiled as long as the compiler doesn't give errors. It compiles even if it gives warnings but as Ralfie said - some of the warnings must be fixed because they can cause problems.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)