Simple /signcheck problem
#1

Thanks for nothing, I figured it out myself. Delete/Archive this thread
Reply
#2

Try this

PHP код:
public Payday()
{
    for(new 
0MAX_PLAYERSi++)
    {
        if(
IsPlayerConnected(i))
        {
                new 
nxtlevel;
            
nxtlevel PlayerInfo[i][pLevel]+1;
            
GameTextForPlayer(i"~y~PayDay~n~~w~Paycheck"50001);
              new 
payday nxtlevel*15;
            
GivePlayerCash(i,payday);
                    
PlayerInfo[i][pExp]++;
                }
    }
    return 
1;

Reply
#3

How can I implement Rules(playerid) into OnPlayerConnect? Or what should I do?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)