[HELP] How To Make Free VIP +rep
#6

Quote:
Originally Posted by jlalt
Посмотреть сообщение
then if your vip level is higher than 1 you will get an demotion instead check if player vip level already 0 by:
if(PlayerInfo[playerid][VIP] == 0) {

full code should be:

PHP код:
public OnPlayerSpawn(playerid)
{
if(
PlayerInfo[playerid][logged] == && PlayerInfo[playerid][VIP] == 0)//logged is an example.Replace it with your login variable.
{
PlayerInfo[playerid][VIP] = 1;
}
return 
1;

thanks for your comment +rep
SOLVED
Reply


Messages In This Thread
[HELP] How To Make Free VIP [SOLVED] - by TitanZ - 15.11.2015, 12:34
Re: [HELP] How To Make Free VIP +rep - by Sh4d0w2 - 15.11.2015, 12:46
Re: [HELP] How To Make Free VIP +rep - by TitanZ - 15.11.2015, 13:06
Re: [HELP] How To Make Free VIP +rep - by jlalt - 15.11.2015, 13:09
Re: [HELP] How To Make Free VIP +rep - by Sh4d0w2 - 15.11.2015, 13:15
Re: [HELP] How To Make Free VIP +rep - by TitanZ - 15.11.2015, 13:24

Forum Jump:


Users browsing this thread: 4 Guest(s)