CMD commans - 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: CMD commans (
/showthread.php?tid=605708)
CMD commans -
retejas - 23.04.2016
Why i cant use them? allways got error
Код:
C:\Users\Egidą\Desktop\servas\gamemodes\CL.pwn(13330) : error 017: undefined symbol "cmd_komandos"
and the line is:
Код:
CMD:komandos(playerid, params[])
What is wrong?
Re: CMD commans -
povargek - 23.04.2016
You use this code in public OnPlayerCommandText?
Re: CMD commans -
retejas - 23.04.2016
nop i use it here
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
Re: CMD commans -
povargek - 23.04.2016
You must use this out of public's
Re: CMD commans -
retejas - 23.04.2016
ok seems it works :O