28.04.2013, 02:44
already place it like you said but I do not regenerate anything
this is my OnPlayerConnect
MemberVip is my variable for vip (also i use this for others functions vips)
this is my OnPlayerConnect
PHP код:
if(MemberVip[playerid][Vip] >= 1)
{
VipTimer[playerid] = SetTimerEx("VipHealth", 5000, true, "i", playerid);
}