16.06.2011, 14:19
Hey i have a train NPC but the trailers are on front here is a picture:
Uploaded with ImageShack.us
How can i turn it around so the brownstreak is in front and the trailers BEHIND it? This is the code:
[pawn]
new train;
train = AddStaticVehicle(538, 0,0,0, 0, 1, 1);
if(!strcmp(playername,"TrainDriverLV",true)) {
PutPlayerInVehicle(playerid,penis,0);
SetPlayerColor(playerid,0xFFFFFFFF);
}
Uploaded with ImageShack.us
How can i turn it around so the brownstreak is in front and the trailers BEHIND it? This is the code:
[pawn]
new train;
train = AddStaticVehicle(538, 0,0,0, 0, 1, 1);
if(!strcmp(playername,"TrainDriverLV",true)) {
PutPlayerInVehicle(playerid,penis,0);
SetPlayerColor(playerid,0xFFFFFFFF);
}