Tele And Command
#1

Hi.

How Can I Make A Tele Or A Command For My Server (!!My Server Is SAMP 0.1B !!)

Dont Say That I Should Use Samp 0.2X or R3 Cus I Want Old One

Thank You
Reply
#2

You would do it the same way as you would for 0.2, although why do you use an old one ¬_¬
Reply
#3

i did a command to buy a banshee here is code :
Код:
if (strcmp(cmdtext, "/banshee", true)==0) {
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid,x,y,z);
CreateVehicle(429,x + 3,y,z + 1,0,-1,-1, 9999);
GivePlayerMoney(playerid, -3000);
SendClientMessage(playerid, 0xFFFFFF00, "You Bought Banshee");
return 1;
}
But it dont works for me
Reply
#4

PLs Help me
Reply
#5

There are a lot teleport commands on this forum, try to search.
Reply
#6

but i have mines for my serv for samp 0.2x i just want a tut how to make command for 0.1b
Reply
#7

Quote:
Originally Posted by XxerykxX
but i have mines for my serv for samp 0.2x i just want a tut how to make command for 0.1b
Same as for 0.2X, the only difference is that you can't use scripting-functions for 0.2X.
Reply
#8

but when i copy ymm ladmin4v2 the admin script (FS) it says its load but in game i cant use it
Reply
#9

Was it made for 0.2?
Reply
#10

Yes

EDIT:

Can Somebody tell me how to made infnite nitro (FS) for samp 0.1b cus i have one but for 0.2x
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)