newline GameTextForPlayer not work
#7

Quote:
Originally Posted by binnyl
View Post
The code u post is exactly like mine but u put a ~n~ creating 5 lines instead of 2

i want this:
Mission Passed!
+30 exp +20 criminal +5 cop +300000$

just like i tried to do

the problem is this second line: +30 exp +20 criminal +5 cop +300000$
is not showing and idk why
had to test it to make it work,

try this now

PHP Code:
        if(reward_exp && reward_criminal && reward_cop && reward_money 0)
        {
        
format(str2sizeof(str2), "~y~mission passed!~n~ ~w~+%i exp, ~w~+%i criminal, ~w~+%i cop, ~w~+%i$"reward_exp reward_criminalreward_copreward_money);
        
strcat(final, str);
        
GameTextForPlayer(playerid,final, 30003);
        } 
Reply


Messages In This Thread
newline GameTextForPlayer not work - by binnyl - 02.01.2020, 10:26
Re: newline GameTextForPlayer not work - by coool - 02.01.2020, 12:33
Re: newline GameTextForPlayer not work - by YouShootIDodge - 02.01.2020, 12:36
Re: newline GameTextForPlayer not work - by binnyl - 02.01.2020, 14:06
Re: newline GameTextForPlayer not work - by Flofey - 02.01.2020, 14:16
Re: newline GameTextForPlayer not work - by binnyl - 02.01.2020, 16:07
Re: newline GameTextForPlayer not work - by Flofey - 02.01.2020, 16:55

Forum Jump:


Users browsing this thread: 1 Guest(s)