14.09.2011, 17:47
EU fui add as linhas
no CMD abaixo
para fazer a profissao e Org abrir aquele determinado portao
Sу que estб dando erro em 26 linhas com o seguinte texto: error: 017: undefined symbol "CPS_AddCheckpoint"
Se eu tirar essas linhas funciona perfeitamente, tem algo de errado nelas?
PHP код:
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == Policial_C || dini_Int(file, "Profissao") == Policial_F || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "Profissao") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "Profissao") == LSPD ||
Lider[playerid] == 4 || Membro[playerid] == 4 || Lider[playerid] == 5 || Membro[playerid] == 5 || dini_Int(file, "aAdmin") == 1){
PHP код:
if(strcmp("/abc", cmdtext, true) == 0) {
MoveObject(PC0,1760.992432, -1691.938354,19.641, 2.0);//19.641
SendClientMessage(playerid,0x0000FFAA, "Abrindo Portгo.");
return 1;
}
PHP код:
if(strcmp("/abc", cmdtext, true) == 0) {
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == Policial_C || dini_Int(file, "Profissao") == Policial_F || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "Profissao") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "Profissao") == LSPD ||
Lider[playerid] == 4 || Membro[playerid] == 4 || Lider[playerid] == 5 || Membro[playerid] == 5 || dini_Int(file, "aAdmin") == 1){
MoveObject(PC0,1760.992432, -1691.938354,19.641, 2.0);//19.641
SendClientMessage(playerid,0x0000FFAA, "Abrindo Portгo.");
return 1;
}
Se eu tirar essas linhas funciona perfeitamente, tem algo de errado nelas?