Small dialog problem
#4

Quote:
Originally Posted by itsCody
Посмотреть сообщение
Where are you using this?
PHP код:
mysql_format(mysqlquerysizeof(query),"SELECT `Name`,`IssuedBy`,`Reason`, `Date` FROM `crimes` WHERE `Name`='%e'",somename);
    
mysql_tquery(mysqlquery"OnCrimeLoad","i",playerid); 
PHP код:
forward OnCrimeLoad(playerid);
public 
OnCrimeLoad(playerid)
{
    new 
reason[128],
        
string[128],
        
        
dateNow[128],
        
dateString[128],
        
rows cache_num_rows(),
        
        
someName[24],
        
someStringName[24],
        
        
IssuedByOmg[24],
        
IssuedByString[24],
        
        
crimecount,
        
mainstring[1024];
    for(new 
i=0rowsi++) { 
Reply


Messages In This Thread
Small dialog problem - by Squirrel - 11.01.2016, 01:33
Re: Small dialog problem - by itsCody - 11.01.2016, 01:57
Re: Small dialog problem - by Jefff - 11.01.2016, 01:58
Re: Small dialog problem - by Squirrel - 11.01.2016, 01:58
Re: Small dialog problem - by itsCody - 11.01.2016, 02:04
Re: Small dialog problem - by Squirrel - 11.01.2016, 02:06

Forum Jump:


Users browsing this thread: 2 Guest(s)