#1

Код:
\\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
Reply
#2

HelP!
Reply
#3

BUMP!
Reply
#4

Why don't you ask the person who wrote the script?
Reply
#5

I guess it's like this:
pawn Код:
PlayerInfo[playerid][MSlot] = 0;
PlayerInfo[playerid][Slotu] = 0;
PlayerInfo[playerid][Weapons[0]] = 0;
PlayerInfo[playerid][Weapons[1]] = 0;
PlayerInfo[playerid][Ammos[0]] = 0;
PlayerInfo[playerid][Ammos[1]] = 0;
If it wasn't, the first two would have another dimension too.
Reply
#6

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
I guess it's like this:
pawn Код:
PlayerInfo[playerid][MSlot] = 0;
PlayerInfo[playerid][Slotu] = 0;
PlayerInfo[playerid][Weapons[0]] = 0;
PlayerInfo[playerid][Weapons[1]] = 0;
PlayerInfo[playerid][Ammos[0]] = 0;
PlayerInfo[playerid][Ammos[1]] = 0;
If it wasn't, the first two would have another dimension too.
Try to see that playerinfo[playerid][Weapons][0] right or PlayerInfo[playerid][Weapons[1]] right. check first and tell us again
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)