02.07.2012, 14:55
Well i have been creating a VIP system it is working alright but i just need to know how can i make this ..
When someone does /stats it will show
I save the seconds left they have for VIP in a variable but i want it for days the variable is this..
If you need any more code just ask
Thanks
When someone does /stats it will show
pawn Код:
command(stats, playerid, params[])
{
VIP: (number here) Days left
}
pawn Код:
Player[playerid][VipExpiredTime]
Thanks