[Ajuda] Pegar Placa
#7

PHP код:
if(!strcmp(cmdtext,"/verplaca",true))
{
    new 
placa[30];
    if(
strfind(cmdtext,"BWS-",true) == -1)
    {
        
format(placa,sizeof(placa),"BWS-%d",cmdtext[11]);
    }
    else
    {
        
format(placa,sizeof(placa),"%s",cmdtext[11]);
    }
    new 
n[24],str[128],count 0;
    for(new 
0GetMaxPlayers(); ++i)
    {
        
count++;
        
GetVehicleNumberPlate(GetPlayerVehicleID(i),placa);
        
GetPlayerName(playerid,n,sizeof(n))
        
format(str,sizeof(str),"%d. %s tem um veнculo com a placa %s",count,n,placa);
        
SendClientMessage(playerid,-1,str);
    }
    if(
count == 0SendClientMessage(playerid,-1,"Nenhum resultado...");
    return 
true;

Tenta ae...
Reply


Messages In This Thread
[Ajuda] Pegar Placa - by Dr_Pawno - 02.07.2011, 18:40
Re: [Ajuda] Pegar Placa - by Transferencia - 02.07.2011, 18:46
Re: [Ajuda] Pegar Placa - by Macintosh - 02.07.2011, 18:47
Re: [Ajuda] Pegar Placa - by Dr_Pawno - 02.07.2011, 18:49
Re: [Ajuda] Pegar Placa - by ApolloRJ - 02.07.2011, 18:51
Re: [Ajuda] Pegar Placa - by Macintosh - 02.07.2011, 18:52
Re: [Ajuda] Pegar Placa - by RockFire - 02.07.2011, 19:02
Re: [Ajuda] Pegar Placa - by Shadoww5 - 02.07.2011, 20:18

Forum Jump:


Users browsing this thread: 3 Guest(s)