SA-MP Forums Archive
Wheather whene we Spawn? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Wheather whene we Spawn? (/showthread.php?tid=266022)



Wheather whene we Spawn? - ServerScripter - 03.07.2011

Hello,i need a script cod, can set a zombie weather whene a player Spawn, thunx.


Re: Wheather whene we Spawn? - [HiC]TheKiller - 03.07.2011

Use SetPlayerWeather with a weather ID.

pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerWeather(playerid, 33);
    return 1;
}



Re: Wheather whene we Spawn? - iPLEOMAX - 03.07.2011

Try to get some ideas of zombie world and use different functions to make it look like that..

-Weathers
-Skins
-Anims
-Weapons like Chainsaw etc


Re : Wheather whene we Spawn? - ServerScripter - 03.07.2011

Gonna try it^^