29.10.2017, 16:11
For Premium thing;
Example:
Example:
PHP код:
if(PlayerInfo[playerid][pPremium] == 1)
{
PlayerInfo[playerid][pRespectPoint] += 2; //This officially depends on your own variable which you're using it as a RespectPoint Variable so you have got to make some changes.
return 1;
}