ShowStats
#3

pawn Код:
format(coordsstring, sizeof(coordsstring),"Name: %s | Sex: %s| Age: %d | Cash: $%d | Playing hours: %d | Meth: %d | Crack: %d | Pot: %d\n", GetPlayerName(targetid), sext, age, money, ptime, meth, crack, pot);
You need to ensure all your data is retrieved from somewhere.

Name: %s = GetPlayerName.

You had too many variables but no places requesting them.
Reply


Messages In This Thread
ShowStats - by MrCallum - 27.11.2014, 20:06
Re: ShowStats - by MrCallum - 27.11.2014, 20:18
Re: ShowStats - by Dokins - 27.11.2014, 20:38

Forum Jump:


Users browsing this thread: 1 Guest(s)