Проблема с GarHouse 2.0
#4

PHP Code:
public OnPlayerSpawn(playerid)
{
if(
GetPVarInt(playerid"IsAnimsPreloaded") == 0)
{
ApplyAnimation(playerid"CRACK""null"0.000000);
SetPVarInt(playerid"IsAnimsPreloaded"1);
}
#if SPAWN_IN_HOUSE == true
if(GetPVarInt(playerid"FirstSpawn") == 0)
{
SetTimerEx("HouseSpawning"HSPAWN_TIMER_RATEfalse"i"playerid); // Increase timer rate if your gamemodes OnPlayerSpawn gets called after the timer has ended
}
#endif
return 1
В дефайнах SPAWN_IN_HOUSE стоит на true, соответственно по идее работать должно, да вот нет.
Reply


Messages In This Thread
Проблема с GarHouse 2.0 - by Lucky49 - 20.12.2011, 13:07
Re: Проблема с GarHouse 2.0 - by White_116 - 20.12.2011, 13:27
Re: Проблема с GarHouse 2.0 - by Stepashka - 20.12.2011, 13:28
Re: Проблема с GarHouse 2.0 - by Lucky49 - 20.12.2011, 13:39
Re: Проблема с GarHouse 2.0 - by Stepashka - 20.12.2011, 13:55
Re: Проблема с GarHouse 2.0 - by Lucky49 - 20.12.2011, 14:01
Re: Проблема с GarHouse 2.0 - by Stepashka - 20.12.2011, 14:15
Re: Проблема с GarHouse 2.0 - by White_116 - 20.12.2011, 14:16
Re: Проблема с GarHouse 2.0 - by OKStyle - 20.12.2011, 14:20
Re: Проблема с GarHouse 2.0 - by Lucky49 - 20.12.2011, 14:22
Re: Проблема с GarHouse 2.0 - by Stepashka - 20.12.2011, 14:28
Re: Проблема с GarHouse 2.0 - by Lucky49 - 20.12.2011, 14:57
Re: Проблема с GarHouse 2.0 - by White_116 - 20.12.2011, 14:59
Re: Проблема с GarHouse 2.0 - by Lucky49 - 20.12.2011, 16:32

Forum Jump:


Users browsing this thread: 1 Guest(s)