Errores dcmd
#1

Por ejemplo un FS DCMD tiene el comando asн:

dcmd_duelo(playerid,params[])

Lo cambio a

dcmd_duelo22(playerid,params[])

y me sale

error 017: undefined symbol "dcmd_duelo"
warning 203: symbol is never used: "dcmd_duelao"
Reply
#2

Reemplaza:

dcmd_duelo(playerid,params[])

a

dcmd_duelo22(playerid,params[])

y en OnPlayerCommandText:

dcmd(duelo,5,cmdtext);

por

dcmd(duelo22,7,cmdtext);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)