[AJUDA] Ajuda com esse comando pf? ;s
#1

Galera tava tentando criar um comando aqui pro meu server para que quando o player digitar /guardioes , aparecer todos os players com a profissao de guardiao, mais nгo estб dando certo, quando o pawno nгo fecha da uns 3 a 5 erros
cуdigo:

PHP код:
if(strcmp(cmdtext"/guardioes"true) == 0){
SendClientMessage(playerid,0x0080C0AA"» Guardioes Online:");
new 
Player[24];
new 
count 0;
new 
msg[120];
for(new 
i=0i<MAX_PLAYERSi++){
if(
IsPlayerConnected(i) && dini_Int(file"Profissao") == Guardiao(i)){
GetPlayerName(i,Player,24);
format(msg,sizeof(msg),"%s (%d)"Player,i);
SendClientMessage(playerid0xFFFFFFAAmsg);
count++;
}
}
if(
count == 0){
}
return 
1;

ERROS:
PHP код:
error 029invalid expressionassumed zero
error 001
expected token";"but found ")"
error 029invalid expressionassumed zero 
Linha que da os erros:
PHP код:
if(IsPlayerConnected(i) && dini_Int(file"Profissao") == Guardiao(i)){ 
Se alguйm puder me ajudar, fiquei mt grato!
Reply
#2

pawn Код:
if(IsPlayerConnected(i) && dini_Int(file, "Profissao") == Guardiao[i]){
Reply
#3

Quote:
Originally Posted by TheGarfield
Посмотреть сообщение
pawn Код:
if(IsPlayerConnected(i) && dini_Int(file, "Profissao") == Guardiao[i]){
Deu 4 erros ;s

PHP код:
error 029invalid expressionassumed zero
error 029
invalid expressionassumed zero
error 001
expected token";"but found "]"
fatal error 107too many error messages on one line 
Tudo na mesma linha ;s
Reply
#4

Ajuda ai galera pf ;s
Reply
#5

https://sampforum.blast.hk/showthread.php?tid=263173
Reply
#6

pawn Код:
if(IsPlayerConnected(i) && (dini_Int(file, "Profissao") == Guardiao(i))){
Reply
#7

http://forum.sa-mp.com/search.php?searchid=2509584

Ah cara, aprende a criar tуpicos, olha o titulo, que saco viu.

Olha o outro tуpico, respondi sua dъvida, estб aqui o moderador tranca.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)