Need help with a server opening
#1

Ok, I need help making a server opener, i know the basic script, but I just don't know how to make it.

Here's a video of how I want the server opening screen.

I know it's possible.....

Please help, I can pay VIA Paypal.

link of opening screen: [ame]http://www.youtube.com/watch?v=uFog0XGiO4k[/ame]
Reply
#2

Text draw
Reply
#3

Yes, the tetdraw and the background of how the camera is.

please, i'll pay VIA PAYPAL
Reply
#4

Quote:
Originally Posted by ElCowboy
View Post
Yes, the tetdraw and the background of how the camera is.

please, i'll pay VIA PAYPAL
Stop writing paypal this is help section or i have to report you
Reply
#5

No need to pay friend! check out (www.wiki.sa-mp.com) for tutorials on textdraws, and other things like this!
Reply
#6

Quote:
Originally Posted by xSiiiLenTx
View Post
No need to pay friend! check out (www.wiki.sa-mp.com) for tutorials on textdraws, and other things like this!
You mean > https://sampwiki.blast.hk/
Reply
#7

The movement of camera is done by InterpolateCameraPos.
Reply
#8

OOO Thank you friends.

and sorry aslan, I didn't know.
Reply
#9

Quote:
Originally Posted by ElCowboy
View Post
OOO Thank you friends.

and sorry aslan, I didn't know.
Ok! no problem
Reply
#10

Ok, but I want it like the speed of the video above.

heres the code below:


Quote:

public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/moveme", true))
{
TogglePlayerSpectating(playerid, 1);
InterpolateCameraPos(playerid, 0.0, 0.0, 10.0, 1000.0, 1000.0, 30.0, 10000, CAMERA_MOVE);
//Move the player's camera from point A to B in 10000 milliseconds (10 seconds).
return 1;
}
return 0;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)