Gates i read wiki and forums.
#1

i need gate help can someone please make me a script whre all i have to do is fill it in like the XYZ and the commands i want commands not spacebar or auto open and i want it only to open to skin id 124
Reply
#2

You say you have gone through the entire related wiki and the forum and still couldn't find it?

Use the following to make your gates:

1) CreateObject.
Код:
new gate = CreateObject(.........);
2) MoveObject
Put the name of the gate in place of the object id.
3) IsPlayerInRangeOfPoint

If a player is in range of the gate:

Код:
new skin = GetPlayerSkin(playerid);
if(skin != 124) return 0;

//rest of the code (moveobject)
Reply
#3

where to put it all can you please just make the script and let me fill it out please. thank you
Reply
#4

please just make it so i can fill it out
Reply
#5

bumping.
Reply
#6

again just please make me the script and tell me where to put it i am nub and all i want to have to do is fill it out
Reply
#7

https://sampforum.blast.hk/showthread.php?tid=118885

PS: You didn't read the Wiki. Stop lying.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)