Vip minor problem
#1

I use my own vip system, i have many vip ranks but all are permanent but i want to give as i want like one month or two month or permanent or ever as i want and thanks
Reply
#2

Also, if anybody can make me a Command for this ? i have ZCMD and sccanf2 and whirlpool and streamer and other many things
Reply
#3

What help you need?

What you' ev posted is that you are sharing your mind :P, Do you get error ?
Reply
#4

Bump :/
Reply
#5

Bump :/
Reply
#6

Bump, is not spamming i bump every many hours
Reply
#7

Hmm.I never thought about this but maybe make a timer and load it under OnPlayerConnect.Try that and tell me.
Reply
#8

Sorry, But how to make a timer ?
Reply
#9

There is wiki for things like that also there is hole section for tutorials and timers
Reply
#10

Here is a small example:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/timer", cmdtext, true, 10) == 0)
    {
        SetTimer("blabla",30000,true);
        return 1;
    }
    return 0;
}
forward blabla(playerid);
public blabla(playerid)
{
    SendClientMessage(playerid,-1,"timer exaple");
}
Search for timer tutorials.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)