01.07.2012, 14:00
So i am trying to create a VIP system for like 30 days.. the only problem is im not sure how to do it am i right in thinking it would be something like this
I really am confused i have tried reading the tutorial i just dont understand how it works and how it checks it if the player has run out of VIP
If you need any more code just ask
Thanks
pawn Код:
command(viplevel, playerid, params[])
{
new time;
time = gettime() - 10
// code here
}
If you need any more code just ask
Thanks