11.08.2012, 22:37
Hello there!
I need one stuff but i dont know it is possible or if it is how to do that. so im here to ask for help.
first part under onplayerdeath
and second is under different thing who shows how much exp u got for killing. this is under different public.
But if it possible to make that when player dies message shows like
now. how can i get to show whole text in one message even if thouse 2 things is under different publics?
I really hope someone understend me cuz i suck in explanations.
Thanks!
I need one stuff but i dont know it is possible or if it is how to do that. so im here to ask for help.
first part under onplayerdeath
pawn Code:
playercash = GetPlayerMoney(playerid);
format(string, sizeof(string), "~g~+$%d", playercash/2);
GameTextForPlayer(killerid, string, 3000, 1);
pawn Code:
format(string4, sizeof(string4), "+%d Exp", exp);
pawn Code:
playercash = GetPlayerMoney(playerid);
format(string, sizeof(string), "~g~+$%d~n~+%d", playercash/2, exp);
GameTextForPlayer(killerid, string, 3000, 1);
I really hope someone understend me cuz i suck in explanations.
Thanks!