3 Things
#1

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.
Reply
#2

You need to show the textdraws in OnPlayerConnect.

No you cannot interchange mods.
Reply
#3

There's got to be SOME way to do it
Reply
#4

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

Ok. Any help on the second?
Reply
#6

that was about the second one................... -_-
Reply
#7

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

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

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

You have to uses

ShowTextDrawForPlayers
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)