![]() |
tutor me plz
i would like to be tutored on how to make menus like the ones for graal 2001 server ex. th trading item menu. also about how to increas a players walking speed, thx.
|
i sure hope u already know how to gscript cus u just cant learn *how to make a menu* for the most part u can just use showimg and vars. the speed is a var i do believe but i forget which one:( Have fun:P
|
Exactly what i meant by "u just cant learn "how to make menus""
|
speed can be increase by a number of ways like so:
// NPC made by SaijinGohan if (playertouchsme) { toweapons Boots; } if (weaponfired) { if (!this.on) { set this.on; timeout=0.05; }else{ unset this.on; timeout=0; } } if (timeout) { if (keydown(1)) { playerx--; } if (keydown(2)) { playery++; } if (keydown(3)) { playerx++; } if (keydown(0)) { playery--; } timeout=0.05; } As you can see this is for a Staff Boots Weapon. Where I have playerx++, playery--, ect... you can replace that with playerx+=(5) or any other number, now this will ofcourse make you go through walls but if you use onwalls stuff you can fix that. |
Re: Re: tutor me plz
Quote:
if you are good at scripting, then you would know, and if you aren't then you wont understand anyways |
Quote:
|
lol
|
Quote:
Plus Kai is prettier, lol. Yes, I think, if you have written other languages before, you can learn to make a menu, but if you haven't don't even attempt, when you are ready, you will know... |
i know how to script
i know lots, variables, x,y and ots of that stuff, i just needa little explaination, thats all, its not like i dont know anything like that kid can script bombs, bars, ect.
|
Quote:
and goboom mails the messages from afar. se how better it is in person MUWHAHAHAHA |
If you know how to script, than you know how to make menus, in my little world, this thread is closed. ;)
|
| All times are GMT +2. The time now is 08:41 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.