SA-MP Forums Archive
[Ayuda]Este error... - 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: [Ayuda]Este error... (/showthread.php?tid=583253)



[Ayuda]Este error... - MatrixenXD - 27.07.2015

Hola, no se que tiene de malo esta lнnea pero me salta este error:
Quote:

D:\Massive Death Freegame\gamemodes\MDF.pwn(8467) : error 029: invalid expression, assumed zero

Lнnea 8467:
PHP код:
format(stringsizeof(string), "{0000FF}%s {FFFFFF}fue a ({A8A49E} /{A8A49E}%s {FFFFFF})"stringcommand[]); 
Cуdigo de la lнnea:
PHP код:
stock TeleJugador(playerid,command[])
{
    new 
string[128];
    
GetPlayerName(playerid,string,sizeof(string));
    
format(stringsizeof(string), "{0000FF}%s {FFFFFF}fue a ({A8A49E} /{A8A49E}%s {FFFFFF})"stringcommand[]);
    return 
SendClientMessageToAll(-1,string);

De antemano,
Gracias.


Respuesta: [Ayuda]Este error... - TheMasterNico - 27.07.2015

Quitale los corchetes a "command[]" en la linea del error


Respuesta: [Ayuda]Este error... - MatrixenXD - 27.07.2015

Quote:
Originally Posted by TheMasterNico
Посмотреть сообщение
Quitale los corchetes a "command[]" en la linea del error
Aaaahh era una papita xD
Gracias