[AYUDA] Error 010
#1

Estaba viendo como quitarle el nombre a los Players y me salta ese error al compilar
їAlguien me puede ayudar?
Код:
D:\Mis Cosas\Descargas\krp\gamemodes\krp.pwn(35375) : error 010: invalid function or declaration
D:\Mis Cosas\Descargas\krp\gamemodes\krp.pwn(35379) : error 010: invalid function or declaration
Код:
Linea 35375if (strcmp("/nameoff", cmdtext, true) == 0)
{
    (for(new i = GetPlayerPoolSize(); i != -1; --i) ShowPlayerNameTagForPlayer(playerid, i, false));
    GameTextForPlayer(playerid, "~W~Nametags ~R~off", 5000, 5);
   Linea 35379 return 0;
}
Reply
#2

Prueba asн, si te da algъn error revisa el cуdigo que tengas antes de esto.
PHP код:
if (strcmp("/nameoff"cmdtexttrue) == 0)
{
   for(new 
GetPlayerPoolSize(); != -1; --iShowPlayerNameTagForPlayer(playeridifalse);
   
GameTextForPlayer(playerid"~W~Nametags ~R~off"50005);
   return 
1;

Reply
#3

me salta el mismo error, lo arreglй un poco, pero la Linea 35375 sigue saltando el mismo error
Reply
#4

Код:
if(strcmp("/nameoff", cmdtext, true) == 0)
{
    for(new i = GetPlayerPoolSize(); i != -1; --i) ShowPlayerNameTagForPlayer(playerid, i, false);
    GameTextForPlayer(playerid, "~W~Nametags ~R~off", 5000, 5);
    return 1;
}
Reply
#5

Intenta haci
PHP код:
if(strcmp("/nameoff"cmdtexttrue) == 0)
{
    for(new 
0,  GetPlayerPoolSize(); <= j; ++iShowPlayerNameTagForPlayer(playeridifalse);
    
GameTextForPlayer(playerid"~W~Nametags ~R~off"50005);
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)