Error help me
#1

Help me to fix this!

Код:
C:\Users\pc9\Desktop\RP\gamemodes\rp.pwn(1437) : error 029: invalid expression, assumed zero
C:\Users\pc9\Desktop\RP\gamemodes\rp.pwn(1437) : error 029: invalid expression, assumed zero
C:\Users\pc9\Desktop\RP\gamemodes\rp.pwn(1437) : error 029: invalid expression, assumed zero
C:\Users\pc9\Desktop\RP\gamemodes\rp.pwn(1437) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.


Reply
#2

Send Codes, Not pictures
Reply
#3

This is Code
Код:
forward ParseServerTag(index, name[], value[]);
public ParseServerTag(index, name[], value[])
{
	HighestTagID = index;
	INI_String("Author", TagData[index][eTaggerName], MAX_PLAYER_NAME);
        INI_String("Text", TagData[index][eTagText], MAX_TEXT_LENGHT);
        INI_String("Font", TagData[index][eTagFont], 16);
        INI_Int("Size", TagData[index][eTagSize]);
        INI_Int("Color", TagData[index][eTagTextColor]);
        INI_Int("Bold", TagData[index][eTagBold]);
        INI_Float("X_Pos", TagData[index][eTagPos][0]);
        INI_Float("Y_Pos", TagData[index][eTagPos][1]);
        INI_Float("Z_Pos", TagData[index][eTagPos][2]);
        INI_Float("RX_Pos", TagData[index][eTagPos][3]);
        INI_Float("RY_Pos", TagData[index][eTagPos][4]);
        INI_Float("RZ_Pos", TagData[index][eTagPos][5]);

   	SetTimerEx("BuildTag", 500, false, "d", index);
	return 1;
}
Reply
#4

What is this?

Код:
HighestTagID
Reply
#5

Quote:
Originally Posted by justice96
Посмотреть сообщение
What is this?

Код:
HighestTagID
This is part of command add
Reply
#6

Quote:
Originally Posted by firstlast488
Посмотреть сообщение
This is part of command add
Show them.
Reply
#7

Quote:
Originally Posted by justice96
Посмотреть сообщение
Show them.
Код:
    if(HighestTagID >= MAX_TAGS) return SendClientMessage(playerid, ~1, "The maximum number of tags has been reached.");
 
}
Reply
#8

Try to not use HighestTagID, the problem is in there.
Reply
#9

This is error to compiled my script
Код:
INI_String("Author", TagData[index][eTaggerName], MAX_PLAYER_NAME);
    INI_String("Text", TagData[index][eTagText], MAX_TEXT_LENGHT);
    INI_String("Font", TagData[index][eTagFont], 16);
    INI_Int("Size", TagData[index][eTagSize]);
    INI_Int("Color", TagData[index][eTagTextColor]);
    INI_Int("Bold", TagData[index][eTagBold]);
    INI_Float("X_Pos", TagData[index][eTagPos][0]);
    INI_Float("Y_Pos", TagData[index][eTagPos][1]);
    INI_Float("Z_Pos", TagData[index][eTagPos][2]);
    INI_Float("RX_Pos", TagData[index][eTagPos][3]);
    INI_Float("RY_Pos", TagData[index][eTagPos][4]);
    INI_Float("RZ_Pos", TagData[index][eTagPos][5]);
Reply
#10

can you define this
Код:
C:\Users\pc9\Desktop\RP1low\gamemodes\LC-RP.pwn(1199) : error 017: undefined symbol "TagData"
C:\Users\pc9\Desktop\RP1low\gamemodes\LC-RP.pwn(1199) : error 029: invalid expression, assumed zero
C:\Users\pc9\Desktop\RP1low\gamemodes\LC-RP.pwn(1199) : error 029: invalid expression, assumed zero
C:\Users\pc9\Desktop\RP1low\gamemodes\LC-RP.pwn(1199) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)