29.01.2013, 16:49
Hey, I'm looking at creating a FS for my server, However I was wondering how can I link PlayerInfo with my gamemode instead of having to move everything into the FS?
SetPVarString: Set a string for a player variable. SetPVarInt: Set an integer for a player variable. GetPVarInt: Get a player variable as an integer. GetPVarString: Get the previously set string from a player variable. SetPVarFloat: Set a float for a player variable. GetPVarFloat: Get the previously set float from a player variable. DeletePVar: Delete the player variable.
FactionInfo[PlayerInfo[playerid][pMember]][FactionType];