SA-MP Forums Archive
Script Generator - 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)
+--- Thread: Script Generator (/showthread.php?tid=399309)



Script Generator - Lz - 13.12.2012

Before you comment: This section is SA-MP scripting, This does relate to SA-MP

Anyway, I'm looking to create a script generator..
Example:

Box Saying [SendClientMessage]
if you click it it will open a new window saying
What colour? [ Enter color ]
you type the color then press ok
next box opens
What message to send? [ Enter the message ]
You press ok
new window appears and will display the output

SendClientMessage(playerid,Color,message);

I was going to use visual basic but not to sure on it, Could anybody else recommend me something to use? Or any language to use.

i know this has been done many times, i am only trying to practice skills etc

Also i don't really want to make it use SA-MP like typing commands in the game (Id rather make a program)


Re: Script Generator - maramizo - 14.12.2012

VB is indeed what you're looking for, it's newbie friendly and if you need such a GUI you'll definitely find it there.