Tele And Command - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Tele And Command (
/showthread.php?tid=95015)
Tele And Command -
XxerykxX - 02.09.2009
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
Re: Tele And Command -
Redirect Left - 02.09.2009
You would do it the same way as you would for 0.2, although why do you use an old one ¬_¬
Re: Tele And Command -
XxerykxX - 02.09.2009
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
Re: Tele And Command -
XxerykxX - 02.09.2009
PLs Help me
Re: Tele And Command -
Correlli - 02.09.2009
There are a lot teleport commands on this forum, try to search.
Re: Tele And Command -
XxerykxX - 02.09.2009
but i have mines for my serv for samp 0.2x i just want a tut how to make command for 0.1b
Re: Tele And Command -
Correlli - 02.09.2009
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.
Re: Tele And Command -
XxerykxX - 02.09.2009
but when i copy ymm ladmin4v2 the admin script (FS) it says its load but in game i cant use it
Re: Tele And Command -
Redirect Left - 02.09.2009
Was it made for 0.2?
Re: Tele And Command -
XxerykxX - 02.09.2009
Yes
EDIT:
Can Somebody tell me how to made infnite nitro (FS) for samp 0.1b
cus i have one but for 0.2x