Snow 0.3c ! - 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: Snow 0.3c ! (
/showthread.php?tid=214881)
Snow 0.3c ! -
dorperez - 22.01.2011
Can someone give me this system?
Re: Snow 0.3c ! -
Steven Paul - 22.01.2011
next time ****** it
HERE
HERE
Re: Snow 0.3c ! -
dorperez - 22.01.2011
^^its not good bro... i need the script of 0.3c !
Re: Snow 0.3c ! -
Steven Paul - 22.01.2011
they are 0.3c
Re: Snow 0.3c ! -
dorperez - 22.01.2011
^^They aren't... listen i found this
http://www.samp-rus.com/forum/8-14552-1 but it dosen't work..
Re: Snow 0.3c ! -
Sasino97 - 22.01.2011
Код:
public OnPlayerSpawn(playerid)
{
new Float:X,Float:Y,Float:Z;
new obj[MAX_PLAYERS];
obj[playerid] = CreatePlayerObject(playerid, 18864,X,Y,Z, 0, 0, 0);
AttachPlayerObjectToPlayer(playerid, obj[playerid], playerid,0,0,0,0,0,0);
}
This is the 0.3c real snow object
EDIT:
I noticed that AttachPlayerObjectToPlayer Doesnt works in 0.3.
so the new pawno code should be:
Код:
public OnGamemodeInit()
{
CreateObject(18864,(Snow pos X),(Snow pos Y), (Snow pos Z), 0,0,0);
}
(Snow pos [X/Y/Z]) are the coordinates where will snow. It works in an area of 200 square metres.
Re: Snow 0.3c ! -
dorperez - 22.01.2011
^^bro i want it will be in whole LS can you make me that please ??
Tnx so much !
Re: Snow 0.3c ! -
Sasino97 - 22.01.2011
OK, but it isn't an easy work, because you have to add that object in all positions...
Re: Snow 0.3c ! -
dorperez - 22.01.2011
Yes i know that bro ..
Re: Snow 0.3c ! -
Outcast - 22.01.2011
Can't you just use a map editor for that? There is a great one that supports SAMP 0.3c objects in Filterscripts/Plugins/Tools section