- Initiateur de la discussion
Alfred.
Geek suprême
- Messages
- 424
- Score réaction
- 81
- Points
- 145
Bonsoir , j'aurais aimé savoir si quelqu'un pourrais m'expliquer comment avoir un Vecteur correct ? Je vais prendre pour exemple le Intro Shower .
SI.locations[ "rp_downtown_v4c" ] = { -- You can change the map name to whatever you want. Make sure to add new positions for every map you have!
{
startpos = Vector( 550, -5500, 3311 ),
endpos = Vector( 550, 5500, 3311 ),
ang = Angle( 90, 90, 0 ),
speed = 0.1,
text = "This is our map.",
},
{
startpos = Vector( 248, 640, -150 ),
endpos = Vector( 248, 3500, -150 ),
ang = Angle( 0, 105, 0 ),
speed = 0.1,
text = "Please follow the rules."
},
{
startpos = Vector( 2000, 680, -400 ),
endpos = Vector( 2400, 1250, -280 ),
ang = Angle( 0, 45, 0 ),
speed = 0.1,
text = "There are lots of jobs.",
ang2 = Angle( 20, -90, 0 )
},
{
startpos = Vector( 3000, -1000, -110 ),
endpos = Vector( 3000, -2050, -110 ),
ang = Angle( 0, -45, 0 ),
speed = 0.1,
text = "We hope you enjoy your stay.",
ang2 = Angle( 0, 45, 0 ),
},
}
Si quelqu'un pourrais m'expliquer ?
SI.locations[ "rp_downtown_v4c" ] = { -- You can change the map name to whatever you want. Make sure to add new positions for every map you have!
{
startpos = Vector( 550, -5500, 3311 ),
endpos = Vector( 550, 5500, 3311 ),
ang = Angle( 90, 90, 0 ),
speed = 0.1,
text = "This is our map.",
},
{
startpos = Vector( 248, 640, -150 ),
endpos = Vector( 248, 3500, -150 ),
ang = Angle( 0, 105, 0 ),
speed = 0.1,
text = "Please follow the rules."
},
{
startpos = Vector( 2000, 680, -400 ),
endpos = Vector( 2400, 1250, -280 ),
ang = Angle( 0, 45, 0 ),
speed = 0.1,
text = "There are lots of jobs.",
ang2 = Angle( 20, -90, 0 )
},
{
startpos = Vector( 3000, -1000, -110 ),
endpos = Vector( 3000, -2050, -110 ),
ang = Angle( 0, -45, 0 ),
speed = 0.1,
text = "We hope you enjoy your stay.",
ang2 = Angle( 0, 45, 0 ),
},
}
Si quelqu'un pourrais m'expliquer ?