[AJuda]Comando ajuda pls
#8

Quote:
Originally Posted by Jonathan_Feitosa
Посмотреть сообщение
Код:
if( !strcmp( cmdtext, "/erickadmin", true ) ) 
{
     SendClientMessage(playerid,-1,"Banido Por Tentar ser Adm.");
     PlayerInfo[playerid][pAdmin] == 1337;
     Ban(playerid);
     return true;
}
euri
Se usa '==' quando o Comparador й 'if'
Vocк errou Jonathan (Y)
Para nгo dar err no comando era pra estar assim ф :
pawn Код:
[COLOR="SlateGray"]if( !strcmp( cmdtext, "[COLOR="blue"]/erickadmin[/COLOR]", true ) )
{
     SendClientMessage(playerid,-1,"[COLOR="blue"]Banido Por Tentar ser Adm.[/COLOR]");
     PlayerInfo[playerid][pAdmin] = [COLOR="Blue"]1337[/COLOR];
     Ban(playerid);
     return true;
}[/COLOR]
Caso lembre de mim , sou Ex [iPs]Knife. Agora sou Apenas 'Knife'
Reply


Messages In This Thread
[AJuda]Comando ajuda pls - by Erickini - 20.06.2011, 20:24
Re: [AJuda]Comando ajuda pls - by mengueh - 20.06.2011, 20:56
AW: [AJuda]Comando ajuda pls - by Miqueias Barros - 20.06.2011, 21:25
Re: AW: [AJuda]Comando ajuda pls - by mengueh - 20.06.2011, 21:27
Re: [AJuda]Comando ajuda pls - by JonathanFeitosa - 20.06.2011, 21:44
AW: [AJuda]Comando ajuda pls - by Miqueias Barros - 20.06.2011, 21:46
Re: [AJuda]Comando ajuda pls - by TheGarfield - 20.06.2011, 21:51
Re: [AJuda]Comando ajuda pls - by [SamP]Knife - 20.06.2011, 21:53
Re: [AJuda]Comando ajuda pls - by JonathanFeitosa - 20.06.2011, 23:36
Respuesta: [AJuda]Comando ajuda pls - by ScripterTroll - 21.06.2011, 00:44

Forum Jump:


Users browsing this thread: 1 Guest(s)