Posts: 2,334
Threads: 62
Joined: Dec 2009
Reputation:
0
Hello everybody. I have 2 quick questions.
1° Is possible to force a command to a player?
2° Is possible to play more sounds at once per player? (Streaming one)
Posts: 275
Threads: 2
Joined: Jul 2009
Reputation:
0
1 - yes
2 - some sounds are compatible with others but I don't think all
Posts: 2,334
Threads: 62
Joined: Dec 2009
Reputation:
0
@SuperViper i don't need a command processor. I just need to FORCE a command to a player
E.g FoceCommandPlayer(0, "/help"); on that case the ID 0 will execute the command automaticaly.
Posts: 2,334
Threads: 62
Joined: Dec 2009
Reputation:
0
@SuperViper Tested & Worked. I've never think about CallRemoteFunction XD.