SA-MP Forums Archive
how to make? - 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: how to make? (/showthread.php?tid=163637)



how to make? - admine - 28.07.2010

How to make begin question (what are you male or femal)
And how to make a begin tuturial?

can someone help me please!!??


Re: how to make? - <Weponz> - 28.07.2010

Dude Click "Tutorials" Sub-Forum...Bound To Be A Tutorial On It In There.


Re: how to make? - admine - 28.07.2010

i donґt no where you find that because i can find it

i need only a tuturial script and a begin qeustion script that is only that, can you tell me how to make that?


Re: how to make? - Hiddos - 28.07.2010

Quote:
Originally Posted by <Weponz>
Посмотреть сообщение
Dude Click "Tutorials" Sub-Forum...Bound To Be A Tutorial On It In There.
/facepalm.


Take a look at roleplay scripts or go through the tutorial section.
I thought the GF script had a tutorial script?


Re: how to make? - admine - 28.07.2010

Quote:
Originally Posted by Hiddos
Посмотреть сообщение
/facepalm.


Take a look at roleplay scripts or go through the tutorial section.
I thought the GF script had a tutorial script?
can nobody tell my how to make a begin tut and begin questions?

I need a beginnin not a anwser


Re: how to make? - a!DaN)_)-) - 28.07.2010

woudnt you need something like

freeze the player send him a message
then if he replies store that info
lol something like that anyway


Re: how to make? - admine - 28.07.2010

i need a script sorry!

i understand that only a need a script that i can see how!


Re: how to make? - Vince - 28.07.2010

Quote:
Originally Posted by Hiddos
Посмотреть сообщение
/facepalm.


Take a look at roleplay scripts or go through the tutorial section.
I thought the GF script had a tutorial script?
That.
We're not giving scripts away on a golden platter ..


Re: how to make? - a!DaN)_)-) - 28.07.2010

well this is from larp script i got some of it

Код:
if(PlayerInfo[playerid][pTut] == 0)
		    {
				gOoc[playerid] = 1; gNews[playerid] = 1; gFam[playerid] = 1;
				SafeSetPlayerInterior(playerid, 3);
				SafeSetPlayerPos(playerid, 330.6825,163.6688,1014.1875);
				SetPlayerFacingAngle(playerid, 280);
				TogglePlayerControllable(playerid, 0);
				RegistrationStep[playerid] = 1;
				SendClientMessage(playerid, COLOR_LIGHTRED, "Welcome to Raven's Roleplay Server, you will now be taken to Los Santo Immigration Center.");
				SendClientMessage(playerid, COLOR_LIGHTRED, "Hello there! Welcome to the Los Santo Immigration Center, I will be asking you a few questions.");
				SendClientMessage(playerid, COLOR_LIGHTRED, "First Question: Are you a Male or Female?");
				SendClientMessage(playerid, COLOR_LIGHTRED, "TIP: Please type in what you are! Don't worry, no one will see it!");
				PlayerInfo[playerid][pRegularCount] = 144000;
   				SafeGivePlayerMoney(playerid,500);
				return 1;



Re: how to make? - admine - 28.07.2010

Quote:
Originally Posted by a!DaN)_)-)
Посмотреть сообщение
well this is from larp script i got some of it

Код:
if(PlayerInfo[playerid][pTut] == 0)
		    {
				gOoc[playerid] = 1; gNews[playerid] = 1; gFam[playerid] = 1;
				SafeSetPlayerInterior(playerid, 3);
				SafeSetPlayerPos(playerid, 330.6825,163.6688,1014.1875);
				SetPlayerFacingAngle(playerid, 280);
				TogglePlayerControllable(playerid, 0);
				RegistrationStep[playerid] = 1;
				SendClientMessage(playerid, COLOR_LIGHTRED, "Welcome to Raven's Roleplay Server, you will now be taken to Los Santo Immigration Center.");
				SendClientMessage(playerid, COLOR_LIGHTRED, "Hello there! Welcome to the Los Santo Immigration Center, I will be asking you a few questions.");
				SendClientMessage(playerid, COLOR_LIGHTRED, "First Question: Are you a Male or Female?");
				SendClientMessage(playerid, COLOR_LIGHTRED, "TIP: Please type in what you are! Don't worry, no one will see it!");
				PlayerInfo[playerid][pRegularCount] = 144000;
   				SafeGivePlayerMoney(playerid,500);
				return 1;
thanks and the qeustion please