06.08.2018, 10:28
I have another question how to change this one
This is ingame command to delete character in database
And the last problem is below:
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
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.");
And the last problem is below:
PHP код:
format(string, sizeof(string), "~b~Creation:~w~ %s", GetDuration(gettime() - cache_get_field_int(0, "CreateDate")));
PlayerTextDrawSetString(extraid, PlayerData[extraid][pTextdraws][76], string);
format(string, sizeof(string), "~b~Played:~w~ %s", GetDuration(gettime() - cache_get_field_int(0, "LastLogin")));
PlayerTextDrawSetString(extraid, PlayerData[extraid][pTextdraws][77], string);
So sorry for this stupid question but i dont really know how to change it