Some errors.
#4

Wait, where in your line, have you used PlayerInfo[playerid]'s value?

This:
Код:
format(stri, sizeof(stri), ""COL_YELLOW"**Double Score: "COL_RED"You earned +2 Extra Score.", PlayerInfo[playerid]);
Should be
Код:
format(stri, sizeof(stri), "%s"COL_YELLOW"**Double Score: "COL_RED"You earned +2 Extra Score.", PlayerInfo[playerid]); //use %s for string, where ever you want to display the value. Otherwise, using PlayerInfo[playerid] is useless.
And second, are you sure PlayerInfo[playerid] is the end of the variable?
Reply


Messages In This Thread
Some errors. - by ZigGamerx - 26.10.2018, 13:20
Re: Some errors. - by KinderClans - 26.10.2018, 13:23
Re: Some errors. - by ZigGamerx - 26.10.2018, 13:25
Re: Some errors. - by GTLS - 27.10.2018, 10:29

Forum Jump:


Users browsing this thread: 1 Guest(s)