Tutorial with pictures!
#1

Hi!

PHP код:
CMDtutorial (playerid,params[])

When a player uses this, there has to be a tutorial showing pictures and under each picture is a text! How to do this?

Of course he can't move and skip!
Reply
#2

Quote:
Originally Posted by samtey
Посмотреть сообщение
Hi!

PHP код:
CMDtutorial (playerid,params[])

When a player uses this, there has to be a tutorial showing pictures and under each picture is a text! How to do this?

Of course he can't move and skip!
You can't show a pictures instead convert an image to textdraw or use a plugin (forgot the name) to show image for everyone.
Reply
#3

Lol, not pictures like an avatar or jpg, gif data! A place from the game, I mean! Example: Showing pic = LA Airport!
Reply
#4

Indeed, picture's aren't possible. You can make something with textdraws.

// You mean CameraLook?
Reply
#5

Ye, CameraLook = he see's a place in the game!
Reply
#6

Quote:
Originally Posted by samtey
Посмотреть сообщение
Hi!

PHP код:
CMDtutorial (playerid,params[])

When a player uses this, there has to be a tutorial showing pictures and under each picture is a text! How to do this?

Of course he can't move and skip!
Quote:
Originally Posted by varthshenon
Посмотреть сообщение
You can't show a pictures instead convert an image to textdraw or use a plugin (forgot the name) to show image for everyone.
Quote:
Originally Posted by samtey
Посмотреть сообщение
Lol, not pictures like an avatar or jpg, gif data! A place from the game, I mean! Example: Showing pic = LA Airport!
Don't blame me.
Use timer.
Reply
#7

Get the X,Y,Z of the Camera Look. Then check:

https://sampwiki.blast.hk/wiki/SetPlayerCameraLookAt
Reply
#8

Ye, but what if I want that another picture comes after 10 seconds?
Reply
#9

Using timers.
Reply
#10

Use a jetpack or something to get to a high position for where you want the camera to show and type /save.

When the player types /tutorial, use SetPlayerCameraLookAt and SetCameraPos and add the coordinate you saved for both of those function. It should show the camera at the position you saved. Use a timer to show the next camera position (you need to repeat the SetPlayerCameraLookAt, SetCameraPos and /save steps for new coords)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)