[FilterScript] [FS] Gang Publica
#1

//a E Porfavor Nao Retire Os Creditos

Bom Esse Filterscript E Simples
voce so tem que dar /ingressar
e vai aparece duas gang

ai voce Escolhe
"Primeira e Policia"
"Segunda e Crime"

Bom Feito Por Min Leonardo Ou Nick [BrRuGaL]

Download 4Shared Meu Primeiro FilterScript Postado Aqui Forum Rsrs
Pq Fiz esse FilterScript Pq ja Vi gente Pedindo 1 E Nao Tinha entao decedir fazer 1 Simples

http://www.4shared.com/file/IcdwJNWV/FSGangPublica.html

//a E Porfavor Nao Retire Os Creditos

Deixem Comentarios se tiver algum Bug

shuahsua ja postei isso em todo lugar
descupa se fiz isso q pq so novato ainda depois eu aprendo melhor
Reply
#2

Bom tem #include <DINI>

depois manda download completo com pwn e amx include
Reply
#3

ta ai Filterscript Completo
nao remova os creditos

http://www.4shared.com/file/TdBZL2xG...aCompleto.html
Reply
#4

Hm, parece ser bom, vou baixar...
Reply
#5

PHP код:
public OnPlayerRequestSpawn(playerid)
{
    if(
GangPublica[playerid] == POLICIA)
    {
        
SetPlayerColor(playerid0x33AA33AA);
        
SetPlayerSkin(playerid,285);
    }
    else if(
GangPublica[playerid] == CRIME)
    {
        
SetPlayerColor(playerid0xAA3333AA);
        
SetPlayerSkin(playerid,299);
    }
    return 
1;

Vocк criou a variavel "GangPublica[MAX_PLAYERS]" e usou-a nesta public, entretanto ela nгo foi definida como CRIME ou POLICIA em nenhuma parte do seu FS.

Na verdade a variavel que foi usada para definir alguma das gangs foi "gTeam[MAX_PLAYERS]", logo vocк deve apagar isto do seu GM:

PHP код:
new GangPublica[MAX_PLAYERS]; 
E troca a public "OnPlayerRequestSpawn" por isto aqui:

PHP код:
public OnPlayerRequestSpawn(playerid)
{
    if(
gTeam[playerid] == POLICIA)
    {
        
SetPlayerColor(playerid0x33AA33AA);
        
SetPlayerSkin(playerid,285);
    }
    else if(
gTeam[playerid] == CRIME)
    {
        
SetPlayerColor(playerid0xAA3333AA);
        
SetPlayerSkin(playerid,299);
    }
    return 
1;

Reply
#6

pow shadows valeu to arrumando aqui
Reply
#7

pronto arrumei shadown agora deve estar certo
http://www.4shared.com/file/oYmOMZKW...aArrumada.html
substitua o amx e pawn q esta ai
Reply
#8

atualiza o link no topico й so edita ¬¬
Reply
#9

vou postar uma versao nova
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)