SA-MP Forums Archive
Este comando 2 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Este comando 2 (/showthread.php?tid=521655)



Este comando 2 - Fagrinht - 23.06.2014

No le veo el problema al comando..

Quote:

C:\Users\MaikelRincon\Documents\World Legend\gamemodes\Marcoz.pwn(12654) : error 029: invalid expression, assumed zero
C:\Users\MaikelRincon\Documents\World Legend\gamemodes\Marcoz.pwn(12657) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Quote:

CMD:ayudac(playerid),params[])
{
SendClientMessage(playerid, C_BLANCO,"/b - /g - /s - /ame - /me - /do - /intentar");
return 1;
}




Re: Este comando 2 - Onfroi - 23.06.2014

pawn Код:
CMD:ayudac(playerid,params[])
{
SendClientMessage(playerid, C_BLANCO,"/b - /g - /s - /ame - /me - /do - /intentar");
return 1;
}