How To Solve This Problem
#9

Quote:
Originally Posted by Jefff
Посмотреть сообщение
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerInterior(playerid,0);
    SetPlayerVirtualWorld(playerid,0);
    if(FirstSpawnOfPlayer[playerid] == 0)
    {
        PayDayTimer = SetTimerEx("PlusPayDayZeit",150000,1,"i",playerid);
        FirstSpawnOfPlayer[playerid] = 1;
    }
    return 1;
}
Thanks Jefff it worked +rep
Reply


Messages In This Thread
How To Solve This Problem - by shaikh007 - 18.08.2011, 17:57
Re: How To Solve This Problem - by [MWR]Blood - 18.08.2011, 17:58
Re: How To Solve This Problem - by Jefff - 18.08.2011, 18:00
Re: How To Solve This Problem - by shaikh007 - 18.08.2011, 18:05
Re: How To Solve This Problem - by [MWR]Blood - 18.08.2011, 18:06
Re: How To Solve This Problem - by Jefff - 18.08.2011, 18:08
Re: How To Solve This Problem - by shaikh007 - 18.08.2011, 18:08
Re: How To Solve This Problem - by shaikh007 - 18.08.2011, 18:10
Re: How To Solve This Problem - by shaikh007 - 18.08.2011, 18:12

Forum Jump:


Users browsing this thread: 4 Guest(s)