15.11.2016, 15:12
Hello.
Add this in your mysql database
Then add this in your playerdata enum something like this
Then create function which get data from sql.
Then add this in head of cmd.
Add this in your mysql database
PHP код:
pUsedgift
PHP код:
enum PlayerInfo
{
pUsedgift
}
Then add this in head of cmd.
PHP код:
if(PlayerInfo[playerid][pGiftused] != 1)
{
//YOUR CODE
}