Many errors [+REP]
#4

Change :
PHP код:
new stringlabel 
To

PHP код:
new Text3D:stringlabel 
And try to :
Change :
PHP код:
stock HousePath()
{
    new 
string[128];
    
format(string,sizeof(string),hPATH);
    return 
string;

PHP код:
stock HousePath(h)
{
    new 
string[128];
    
format(string,sizeof(string),h);
    return 
string;

Reply


Messages In This Thread
Many errors [+REP] - by OMonger - 25.10.2015, 21:45
Re: Many errors [+REP] - by Mencent - 26.10.2015, 06:45
Re: Many errors [+REP] - by OMonger - 26.10.2015, 09:53
Re : Many errors [+REP] - by StreetRP - 26.10.2015, 10:07
Re: Many errors [+REP] - by OMonger - 26.10.2015, 10:55
Re: Many errors [+REP] - by Mencent - 26.10.2015, 10:55
Re: Many errors [+REP] - by OMonger - 26.10.2015, 11:57
Re: Many errors [+REP] - by Mencent - 26.10.2015, 11:58
Re: Many errors [+REP] - by OMonger - 26.10.2015, 12:08
Re: Many errors [+REP] - by Mencent - 26.10.2015, 12:12

Forum Jump:


Users browsing this thread: 1 Guest(s)