How To Solve This Problem
#5

Shouldn't it be

pawn Код:
public OnPlayerSpawn(playerid)
{
if(FirstSpawnOfPlayer[playerid] == 1)
{
PayDayTimer = SetTimerEx("PlusPayDayZeit",150000,1,"i",playerid);
FirstSpawnOfPlayer[playerid] = 0;
SetPlayerInterior(playerid,0);
SetPlayerVirtualWorld(playerid, 0);
}
return 1;
}
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: 1 Guest(s)