help tag mistach and
#1

can someone help me with it?

im geting this warnings
PHP код:
C:\Users\hpi\Desktop\SCRIPTING\Life Role Play\gamemodes\l-rp-v1.pwn(87) : warning 217loose indentation
C
:\Users\hpi\Desktop\SCRIPTING\Life Role Play\gamemodes\l-rp-v1.pwn(89) : warning 213tag mismatch 
PHP код:
public ShowStats(playerid,targetid)
{
    new 
name[MAX_PLAYER_NAME];
    new 
cash =  GetPlayerMoney(targetid);
    new 
coordsstring[128];
        
format(coordsstringsizeof(coordsstring),"|_________________________________________________| %s (%d) |_________________________________________________|",nametargetid);
        
SendClientMessage(playeridCOLOR_GREEN,coordsstring);
        
format(coordsstringsizeof(coordsstring), "|Level: %d | Cash: $%d"level,cash);

i foward the public ShowStats fuction and initialize the variables but im geting this warnings i dont know why it happens =|
Reply


Messages In This Thread
help tag mistach and - by Jamal' - 10.08.2010, 15:33
Re: help tag mistach and - by Hiddos - 10.08.2010, 15:37
Re: help tag mistach and - by Jamal' - 10.08.2010, 15:40
Re: help tag mistach and - by Hiddos - 10.08.2010, 15:45
Re: help tag mistach and - by Jamal' - 10.08.2010, 15:46
Re: help tag mistach and - by Kar - 10.08.2010, 15:51
Re: help tag mistach and - by Jamal' - 10.08.2010, 15:56
Re: help tag mistach and - by Kar - 10.08.2010, 16:01
Re: help tag mistach and - by Jamal' - 10.08.2010, 16:14
Re: help tag mistach and - by Jamal' - 10.08.2010, 16:16

Forum Jump:


Users browsing this thread: 5 Guest(s)