26.02.2010, 21:29
Well make sure that you have:
Or check your OnPlayerSpawn in all FS or your GM so that is nothing that is blocking the house system :P
I used to use that house system MaykoX posted so I know that it is working
pawn Код:
public OnPlayerSpawn(playerid)
{
SpawnPlayerAtHouse(playerid);
}
I used to use that house system MaykoX posted so I know that it is working