my stats command dont work getting much errors??
#1

EDIT: I am out of it i got it please LOCK
Reply
#2

First of all, you have this:
pawn Код:
format(stats1...
format(stats1...
format(stats1...
where you should have:
pawn Код:
format(stats1...
format(stats2...
format(stats3...
Second of all, GetPlayerName(playerid), should be GetPlayerNameEx(playerid) on line 365.
Reply
#3

EDIT: I am out of it i got it please LOCK
Reply
#4

While formatting strings, use "PlayerInfo[playerid]...." instead of "pInfo[playerid]...".
Reply
#5

So i need to change pInfo to PlayerInfo
Reply
#6

Change all:
pInfo[playerid]
to:
PlayerInfo[playerid]
Reply
#7

You did a ] for a ;?
Reply
#8

EDIT: I am out of it i got it please LOCK
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)