SA-MP Forums Archive
3 Things - 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: 3 Things (/showthread.php?tid=111172)



3 Things - jameskmonger - 30.11.2009

1) My textdraw doesn't show up.

At the top of my script:
Code:
new Text:ReelWurld;
new Text:Roleplay;
In OnGameModeInit:
Code:
		ReelWurld = TextDrawCreate(562, 0, "ReelWurld");
TextDrawAlignment(ReelWurld, 1);
TextDrawFont(ReelWurld, 3);
TextDrawLetterSize(ReelWurld, 0.1, 0.1);
TextDrawColor(ReelWurld, 0xFF0000FF);
Roleplay = TextDrawCreate(562, 16, "Roleplay");
TextDrawAlignment(Roleplay, 1);
TextDrawFont(Roleplay, 3);
TextDrawLetterSize(Roleplay, 0.1, 0.1);
TextDrawColor(Roleplay, 0xFF0000FF);
2)
Adding mods to non mod-able cars.

I want to add the front bumper from an Alien Sultan to a Turismo. Possible?

3)
This is my tutorial, step 7:
Code:
	else if(TutorialStage[playerid] == 7)
	{
	  ClearScreen(playerid);
	  	SendClientMessage(playerid, COLOR_LIGHTGREEN, "|____________________Getting Started____________________|");
		SendClientMessage(playerid, COLOR_WHITE, "Nearly everyone has been a criminal at one time. You won't get anywhere without a car.");
		halt(10);
		SetPlayerCameraPos(playerid, 1625.370727, -1721.799438, 28.619550);
		SendClientMessage(playerid, COLOR_WHITE, "Go here, and try the locks on the cars. Maybe there's some for sale. If not, ask someone for a lift.");
		TutorialStage[playerid] = 8;
	}
Compiles fine, but doesn't work.
It's supposed to change the camera to point at a parking lot.


Re: 3 Things - Kinetic - 30.11.2009

You need to show the textdraws in OnPlayerConnect.

No you cannot interchange mods.


Re: 3 Things - jameskmonger - 30.11.2009

There's got to be SOME way to do it


Re: 3 Things - Kinetic - 30.11.2009

Only by mods, and they are not supported here. The vehicle models for other cars do not have slots for bumpers and stuff.


Re: 3 Things - jameskmonger - 30.11.2009

Ok. Any help on the second?


Re: 3 Things - Kinetic - 30.11.2009

that was about the second one................... -_-


Re: 3 Things - Daniel_Truk - 30.11.2009

You cannont put a bumber on a turismo, but you can put big wheels on nrg-500 and stuff but its not possible


Re: 3 Things - shady91 - 30.11.2009

is your server going to be called ReelWurld not Real World?


Re: 3 Things - jameskmonger - 30.11.2009

Yes, ReelWurld. Anyway, the text still doesn't draw, and the camera doesnt change.


Re: 3 Things - Daniel_Truk - 30.11.2009

You have to uses

ShowTextDrawForPlayers