28.12.2015, 18:59
search for the text that you want to remove, in this case it is "Please relog to save your account". When you have found the text you can edit it to say something else or delete it.
for example
Also remember to delete anything that has to deal with the line, example defines,varieables etc....
Thats it
for example
pawn Код:
SendClientMessage(playerid, OxFFFFFF,"Please relog to save your account");
// you can either delete the line are edit it to say something else
Thats it