Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive
Threaded Mode
Wheather whene we Spawn?
ServerScripter
Gangsta
Posts: 635
Threads: 170
Joined: Jun 2011
Reputation:
0
#1
03.07.2011, 11:07
Hello,i need a script cod, can set a zombie weather whene a player Spawn, thunx.
Find
Reply
[HiC]TheKiller
High-roller
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
#2
03.07.2011, 11:11
Use
SetPlayerWeather
with a
weather ID
.
pawn Код:
public
OnPlayerSpawn
(
playerid
)
{
SetPlayerWeather
(
playerid,
33
)
;
return
1
;
}
Find
Reply
iPLEOMAX
High-roller
Posts: 1,250
Threads: 92
Joined: Mar 2011
Reputation:
0
#3
03.07.2011, 11:12
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
Find
Reply
ServerScripter
Gangsta
Posts: 635
Threads: 170
Joined: Jun 2011
Reputation:
0
#4
03.07.2011, 11:13
Gonna try it^^
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive