View Single Post
Hirsw0w
Junior Member
Join Date: Jul 2014
Old 09-05-2014 , 07:15   Re: [INC] HPVars - Player variable's
Reply With Quote #3

Quote:
Originally Posted by YamiKaitou View Post
MAX_PLAYERS is already defined by default in 1.8.3, so you need to change your define to something else.


What is the point of this include file?
the include is save variable for player like:

SetPVarInt(id,"points",1500);
GetPVarInt(id,"points");

and this save things and you dont need to do:

new Points[32];
and this save place and more comftubale
Hirsw0w is offline