31.05.2015, 09:00
Код:
\\MHINOSKI10\San Andreas Life Roleplay\gamemodes\SAL-RP_script.PWN(18123) : warning 215: expression has no effect \\MHINOSKI10\San Andreas Life Roleplay\gamemodes\SAL-RP_script.PWN(18123) : error 001: expected token: ";", but found "[" \\MHINOSKI10\San Andreas Life Roleplay\gamemodes\SAL-RP_script.PWN(18123) : error 029: invalid expression, assumed zero \\MHINOSKI10\San Andreas Life Roleplay\gamemodes\SAL-RP_script.PWN(18123) : warning 215: expression has no effect \\MHINOSKI10\San Andreas Life Roleplay\gamemodes\SAL-RP_script.PWN(18123) : error 001: expected token: ";", but found "]" \\MHINOSKI10\San Andreas Life Roleplay\gamemodes\SAL-RP_script.PWN(18123) : fatal error 107: too many error messages on one line
PHP код:
PlayerInfo[playerid][MSlot] = 0;
PlayerInfo[playerid][Slotu] = 0;
PlayerInfo[playerid][Weapons][0] = 0; // 18123 Error Line.
PlayerInfo[playerid][Weapons][1] = 0;
PlayerInfo[playerid][Ammos][0] = 0;
PlayerInfo[playerid][Ammos][1] = 0;