How to makeing Bonfires
#1

How to makeing Bonfires
Reply
#2

Quote:
Originally Posted by nooion345
Посмотреть сообщение
How to makeing Bonfires
Just use Create(Dynamic)Object...and the modelid is: 18689

Greekz
Reply
#3

Do you have a tutorial thank you.
Reply
#4

Quote:
Originally Posted by nooion345
Посмотреть сообщение
Do you have a tutorial thank you.
Do you know what a wiki is?

https://sampwiki.blast.hk/wiki/CreateObject
Reply
#5

system cmd Bonfires

A fire started in the front.
Reply
#6

First create 3 floats, and use GetPlayerPos to store the player's coordinates in those floats.
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
CreateDynamicObject(objectid, x + 2, y, z ... );
Then to create the object, plus the x or y coordinate by around 2 - 3, which will create it a bit away from him, and not inside him.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)