09.04.2010, 15:59
i'm testing one of my basic gps system on LVDM(no edit) but when i type a command from my fs say: "unknow command"
this is the fs :
this is the fs :
if(strcmp(cmdtext, "/command", true) == 0) {
if(strcmp(cmd, "/command", true) == 0) {
error 017: undefined symbol "cmd"
'gps.pwn.pwn' has been compiled to 'gps.pwn.amx'
Originally Posted by adytzu32
solved this was the problem
Код:
'gps.pwn.pwn' has been compiled to 'gps.pwn.amx' |