[Pedido] [FS] ou [SISTEMA]
#4

PHP код:
CMD:toma(playerid)
{
new 
Float:Pos[3];
GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
for(new 
aMAX_PLAYERS ; ++a)
{
if(
IsPlayerInRangeOfPoint(a,5.0,Pos[0],Pos[1],Pos[2]) && PlayerCOP[a] == && !IsPlayerInAnyVehicle(playerid))
{
new 
str[200],dialog_str[200];
format(str,sizeof(str),"Money : %d | Nivel Procurado : %d",GetPlayerMoney(playerid),GetPlayerWantedLevel(playerid));
strcat(dialog_str,str);
ShowPlayerDialog(playerid,1533,DIALOG_STYLE_MSGBOX,"Documentus :",dialog_str,"Oi","Sair");
return 
1;
}else continue;
//se der erro remova este "else continue;" 
}

Assim deve funcionar x). Edite a variavel de COP , e vai usando os strcat e format pra por mais coisas x)
Reply


Messages In This Thread
[FS] ou [SISTEMA] - by leonardoaparecido - 05.09.2013, 19:54
Re: [FS] ou [SISTEMA] - by Juniiro3 - 05.09.2013, 19:58
Re: [FS] ou [SISTEMA] - by sofina - 05.09.2013, 20:01
Re: [FS] ou [SISTEMA] - by darkxdll - 05.09.2013, 20:01
Re: [FS] ou [SISTEMA] - by Dana_scully - 05.09.2013, 20:17
Re: [FS] ou [SISTEMA] - by leonardoaparecido - 05.09.2013, 20:24
Re: [FS] ou [SISTEMA] - by Dana_scully - 05.09.2013, 20:25
Re: [FS] ou [SISTEMA] - by leonardoaparecido - 05.09.2013, 20:28
Re: [FS] ou [SISTEMA] - by darkxdll - 05.09.2013, 20:32
Re: [FS] ou [SISTEMA] - by Dana_scully - 05.09.2013, 20:33

Forum Jump:


Users browsing this thread: 3 Guest(s)