Send Command for other players? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Send Command for other players? (
/showthread.php?tid=551025)
Send Command for other players? -
Lirbo - 16.12.2014
how can I send command for others? I mean, what is the function?
Re: Send Command for other players? -
Threshold - 16.12.2014
What command processor are you using?
STRCMP & DCMD:
pawn Код:
OnPlayerCommandText(playerid, "commandhere parametershere");
ZCMD:
pawn Код:
cmd_commandhere(playerid, "parametershere");