14.02.2010, 16:33
No meu ta assim:
format(string, sizeof(string), "ID %d nгo estб conectado.", giveplayerid);
SendClientMessage(playerid, COLOR_YELLOW, string);
}
return 1;
}
// PROCESS OTHER COMMANDS
//------------------------------------------------------------------------------------------------------
public OnPlayerSpawn(playerid)
Mas era pra ta assim:
format(string, sizeof(string), "%d is not an active player.", giveplayerid);
SendClientMessage(playerid, COLOR_YELLOW, string);
}
return 1;
}
// PROCESS OTHER COMMANDS
return 0;
}
//------------------------------------------------------------------------------------------------------
public OnPlayerSpawn(playerid)
neah?
pois intao quando eu adiciono akele comando q ele me manda no gm q ta certo olha o q q acontece quando eu compilo:
C:\Documents and Settings\Pedro Rocha\Desktop\Mateus\samp03asvr_R4_win32\gamemodes \lvdmBR.pwn(330) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
isso no primeiro gm, no segundo ele compila normal!
format(string, sizeof(string), "ID %d nгo estб conectado.", giveplayerid);
SendClientMessage(playerid, COLOR_YELLOW, string);
}
return 1;
}
// PROCESS OTHER COMMANDS
//------------------------------------------------------------------------------------------------------
public OnPlayerSpawn(playerid)
Mas era pra ta assim:
format(string, sizeof(string), "%d is not an active player.", giveplayerid);
SendClientMessage(playerid, COLOR_YELLOW, string);
}
return 1;
}
// PROCESS OTHER COMMANDS
return 0;
}
//------------------------------------------------------------------------------------------------------
public OnPlayerSpawn(playerid)
neah?
pois intao quando eu adiciono akele comando q ele me manda no gm q ta certo olha o q q acontece quando eu compilo:
C:\Documents and Settings\Pedro Rocha\Desktop\Mateus\samp03asvr_R4_win32\gamemodes \lvdmBR.pwn(330) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
isso no primeiro gm, no segundo ele compila normal!