Error help me
#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


Messages In This Thread
Error help me - by firstlast488 - 05.11.2016, 14:48
Re: Error help me - by RyderX - 05.11.2016, 15:17
Re: Error help me - by firstlast488 - 05.11.2016, 15:26
Re: Error help me - by justice96 - 05.11.2016, 15:27
Re: Error help me - by firstlast488 - 05.11.2016, 15:31
Re: Error help me - by justice96 - 05.11.2016, 15:32
Re: Error help me - by firstlast488 - 05.11.2016, 15:36
Re: Error help me - by justice96 - 05.11.2016, 15:39
Re: Error help me - by firstlast488 - 05.11.2016, 15:43
Re: Error help me - by firstlast488 - 05.11.2016, 15:45

Forum Jump:


Users browsing this thread: 1 Guest(s)