Compiler crash (a == b) ? d : e
#1

i wanna make it simply, but i think this code is randomly stirred

checking date ban from unix timestamp, and convert to string (permanent / not)

PHP код:
public BanCheck(playerid)
{
    
// blabla
    
if(gettime unbantime
    
{
        new 
type[20], unbantime;
        
// load cache mysql & unbantime
        
format(typesizeof(type"%s", (unbantime == 0) ? ("Permanent") : (unbantime)); // this code make crash
        
        // blbla
        
new string[128];
        
format(stringsizeof(string), "Banned Type: %s"type); // this will show text from type
        // blabla
    
}
    return 
1;

Reply


Messages In This Thread
Compiler crash (a == b) ? d : e - by kecoajepit - 30.03.2018, 02:18
Re: Compiler crash (a == b) ? d : e - by Dayrion - 30.03.2018, 05:43
Re: Compiler crash (a == b) ? d : e - by UFF - 30.03.2018, 05:58
Re: Compiler crash (a == b) ? d : e - by kecoajepit - 30.03.2018, 09:11

Forum Jump:


Users browsing this thread: 1 Guest(s)