Server Point System help.
#1

Hey there im wondering if someone could help me i want to script a server point system were players can earn points doing certin things and they can earn privilages like flying a hydra for example if the player gets into a hydra it checks they have enough points and if they do it deducts 50 points from there points and how would i save these points? i have read dracoblue's thread about saving data but im not quite sure. thanks mlk
Hosted List
Reply
#2

Uses dini for saving info. If you want to SET a player's score, use SetPlayerScore.
Reply
#3

i know how to set score, i want to create a server point system
Reply
#4

Код:
enum PlayerData {
ServerPoints
};
new PlayerStats[MAX_PLAYERS][PlayerData]
usage just like you would with a normal variable
Код:
PlayerStats[playerid][ServerPoints]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)