20.12.2011, 14:16
Quote:
И если возможно, как сделать постоянный спавн в доме? |
PHP Code:
#if SPAWN_IN_HOUSE == true
//if(GetPVarInt(playerid, "FirstSpawn") == 0)
//{
SetTimerEx("HouseSpawning", HSPAWN_TIMER_RATE, false, "i", playerid); // Increase timer rate if your gamemodes OnPlayerSpawn gets called after the timer has ended
//}
#endif
