SA-MP Forums Archive
please answer all these issues - 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: please answer all these issues (/showthread.php?tid=123733)



please answer all these issues - E-Rage - 27.01.2010

Guys anyone know how to create an animation if someone got near the chair?

I got problems with creating red checkpoint that teleport players to the next red checkpoint. any help?

where can i get list of sounds and how to create them ?

and the last thing wrong is that i made this script of menu but it didn't work will:


Code:
new TestMenuStrings[6][17] = {"Rules", "Vechiles Commands", "Class Commands", "Dm Rules", "Tutorial Area", "Foot Commands"};
and the issue is :


Code:
error 018: initialization data exceeds declared size
when i make it with test1,test2,...,test6 it works .

but when i try to change the words to this it didn't work will why ?

i got a also problem with this code:

Code:

{
ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_Read ",4.1,1,1,1,1,1);//load the animation
ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_Read ",4.1,1,1,1,1,1);//Play the animation ONCE
}

it said that there was no problem but when enter the server the animation doen't do anything


Re: please answer all these issues - Typical_Cat - 25.04.2010

Try https://sampwiki.blast.hk/wiki/, it will help you with the sounds, and possibly the red checkpoint thing, just make it so when u enter the checkpoint it does, SetPlayerPos(playerid,x,y,z);

You might need a checkpoint streamer too, search these forums for one, they're easy to find