Wheather whene we Spawn?
#1

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

Use SetPlayerWeather with a weather ID.

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

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
Reply
#4

Gonna try it^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)