playerinfo
#1

how can i define "playerinfo" ?
Reply
#2

Thats gamemode-specific. Noone can tell you without knowing what code youre using.
Reply
#3

PlayerInfo is a commonly used variable for storing player data in. If you can't define that, then learn coding by starting something more simpler.
Reply
#4

I think this is what you mean? If you are unsure on what this means, I would do some research in the SA-MP Wiki....


Код:
enum PlayerInfo
{
     Var1,
     Var2[10]
}
new pInfo[MAX_PLAYERS][PlayerInfo]; // So you can either use pInfo[playerid] or PlayerInfo[playerid]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)