- Initiateur de la discussion
Devils_Monkey
Geek
- Messages
- 315
- Score réaction
- 12
- Points
- 95
Salut, je cherche à téléporter un joueur à une position set par un commande mais je ne trouve pas comment faire.
Moi je continue mais recherche en attendant vos réponse
Code:
concommand.Add( "setposition", function( ply, cmd, arg )
-- La function pour set une position
end)
concommand.Add( "remposition", function( ply, cmd, arg )
-- La function pour remove une position
end)
concommand.Add( "tpposition", function( ply, cmd, arg )
-- La function pour tp une position
end)
Moi je continue mais recherche en attendant vos réponse