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

Quote:
Originally Posted by Sh4d0w2
Посмотреть сообщение
OnPlayerSpawn check if player login or not.You should have login variable for this.

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

This will make a player being VIP if they login + spawn.
If you want to make they being VIP after login just add
PHP код:
PlayerInfo[playerid][VIP] = 1
under login succes message/dialog.
thanks dude +rep
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: 3 Guest(s)