08.11.2011, 20:35
pawn Код:
for(new i=0; i<SLOTS; i++)
{
SetPlayerAttachedObject(i, 5, 18864, 10, 0,0 -10);
}
Any idea why?
for(new i=0; i<SLOTS; i++)
{
SetPlayerAttachedObject(i, 5, 18864, 10, 0,0 -10);
}
public OnPlayerSpawn(playerid)
{
SetPlayerAttachedObject(playerid, 1, 18864, 10, 0, 0 -10);
return true;
}
RemovePlayerAttachedObject(playerid, 1);
18863 SnowArc1 18864 FakeSnow1