Is this possible to convert to r41 code?
#4

I have another question how to change this one

PHP код:
    if (cache_get_value_int(0"Admin") > PlayerData[playerid][pAdmin])
        return 
SendErrorMessage(playerid"You are not authorized to delete a higher admin's character."); 
This is ingame command to delete character in database
And the last problem is below:

PHP код:
                format(stringsizeof(string), "~b~Creation:~w~ %s"GetDuration(gettime() - cache_get_field_int(0"CreateDate")));
                
PlayerTextDrawSetString(extraidPlayerData[extraid][pTextdraws][76], string);
                
format(stringsizeof(string), "~b~Played:~w~ %s"GetDuration(gettime() - cache_get_field_int(0"LastLogin")));
                
PlayerTextDrawSetString(extraidPlayerData[extraid][pTextdraws][77], string); 
Textdraw to show when people create character and last time played
So sorry for this stupid question but i dont really know how to change it
Reply


Messages In This Thread
Is this possible to convert to r41 code? - by Tenka - 06.08.2018, 08:22
Re: Is this possible to convert to r41 code? - by DBZdabIt3Bro7 - 06.08.2018, 08:25
Re: Is this possible to convert to r41 code? - by Banditul18 - 06.08.2018, 09:38
Re: Is this possible to convert to r41 code? - by Tenka - 06.08.2018, 10:28
Re: Is this possible to convert to r41 code? - by Banditul18 - 06.08.2018, 10:56
Re: Is this possible to convert to r41 code? - by Tenka - 06.08.2018, 11:22

Forum Jump:


Users browsing this thread: 1 Guest(s)