spawn screen always sitting - 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: spawn screen always sitting (
/showthread.php?tid=156725)
spawn screen always sitting -
aNdReSk - 23.06.2010
hello there, tell me it's not impossible to have a sitting animation on spawn screen.. without having to apply it on every skin change.
Like, i dont want the skins to appear to sit down, but look as if they were already sat.
let me know if it's possible!
Re: spawn screen always sitting -
Zh3r0 - 23.06.2010
Not possible...I tried too,failed...
Re: spawn screen always sitting -
aNdReSk - 23.06.2010
Re: spawn screen always sitting -
Vince - 23.06.2010
Код:
public OnPlayerRequestClass(playerid, classid)
{
ApplyAnimation(playerid, ...);
switch(classid)
{
// whatever you do here ..
}
return 1;
}
Wouldn't that just work? Of course you'll have to preload the animation library for that player somewhere; probably OnPlayerConnect.
Re: spawn screen always sitting -
Kar - 23.06.2010
lol its prossible.
Re: spawn screen always sitting -
aNdReSk - 24.06.2010
no but like, it appears like the player was standing up and then has a sit... :S that, everytime u move left or right to see another skin..
the idea is to be sitting all the time
Re: spawn screen always sitting -
Kar - 24.06.2010
no. if you click left or right the animation will reset he will sit back down. sorry impossible to have it always sitting
Re: spawn screen always sitting -
aNdReSk - 24.06.2010
*curses samp in italian*