SA-MP Forums Archive
[HELP]: "lots of problems" - 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: [HELP]: "lots of problems" (/showthread.php?tid=123491)



[HELP]: "lots of problems" - E-Rage - 26.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:

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

Код:
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:
Код:
{
  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: [HELP]: "lots of problems" - -Rebel Son- - 26.01.2010

For the teleport when in checkpoint, CreateCheckpoint(cords) then on public OnPlayerEnterCheckpoint put SetPlayerPos(cords)

For the rest.. idk


Re: [HELP]: "lots of problems" - E-Rage - 26.01.2010

Quote:
Originally Posted by [N
Dakota ]
For the teleport when in checkpoint, CreateCheckpoint(cords) then on public OnPlayerEnterCheckpoint put SetPlayerPos(cords)

For the rest.. idk
can you give an example of how to do it ?