Search Results
Qual й a linha 584 ? copilei aqui e nгo deu erro.
133
Quote: Originally Posted by Nork carб aki? PHP код: public OnPlayerText(playerid, text[]) {     if (APlayerData[playerid][Muted] == true)     {         SendCl...
133
callback OnPlayerText https://sampwiki.blast.hk/wiki/OnPlayerText
133
Quote: Originally Posted by zDbruno esse foi mais no jogo nao vai digito /ligarsom e nao toca nd Eu ia tem mandar link para vocк estudar mais isso nгo iria adiantar nada. Entгo toma...
133
pawn Код: #include <a_samp>public OnFilterScriptInit() {    return true;}public OnFilterScriptExit() {    return true;}public OnPlayerConnect(playerid) {    return true;}new NaoFloda[M...
133
Quote: Originally Posted by Dieguinho aff ainda ta dando erro pawn Код: new fake[256];            format(fake, sizeof(fake), "{00FF00}Radio_BVJ_1\nRadio BVJ_2\nRadio BVJ_3\nRadi...
176
pawn Код: new string[500];strins(string,"asd\nasda\n",strlen(string));strins(string,"asd\nasda\n",strlen(string));ShowPlayerDialog(playerid,12, DIALOG_STYLE_MSGBOX, "a",string, "a", "a");
176
pawn Код: ShowPlayerDialog(playerid, Pablete, DIALOG_STYLE_LIST, ".:: - Musica - ::.", "{00FF00}Radio_BVJ_1\nRadio BVJ_2\nRadio BVJ_3\nRadio BVJ_4\nRadio BVJ_5\nRadio BVJ_6\nRadio BVJ_7\nRadio BVJ...
176
No PPC_Trucking os comandos ficam na include PPC_PlayersCommands. Vai na pasta: pawno/include/PPC_PlayersCommands.inc
131
pawn Код: for(new i = 0; i < MAX_PLAYERS; i++)SetPlayerTime(i, i_ServerHours-4, i_ServerMinutes); Remova esse tambem.
144
Sim esta certo. Se nгo me engano й o relogio. Remova a funзгo do relogio que faz mudar o WorldTime.
144
Bom procurei mais nгo consegui achar, alguem saberia como resolver ? log: pawn Код: [08:03:16] AckRanges DoS attack from 200.97.75.193:10276 (1173) Obrigado.
52
isso me ajudou, [ame]http://www.youtube.com/watch?v=wGYHgidZH1M[/ame]
46
pawn Код: new Morreu;public OnPlayerDeath(playerid, killerid, reason) {         Morreu ++;         if(Morreu == 3) {         for(new i; i < MAX_PLAYERS; i++) {         SetPl...
70
Isso sгo duas TextDraw sу vc fazer um e duplicar e diminuir o tamanho do TextDraw da frente.
74
pawn Код: new stringlogar[158];format(stringlogar, sizeof(stringlogar), "Seja Bem-Vindo %s", JogadorNome(playerid));ShowPlayerDialog(playerid, SUA DIALOG DE REGISTRO , DIALOG_STYLE_PASSWORD,"Logar...
195
pawn Код: new PlayerName[MAX_PLAYER_NAME];     GetPlayerName(playerid, PlayerName, sizeof(PlayerName));     format(string2, sizeof(string2), "Contas/%s.ini", PlayerName);
78
pawn Код: SetTimer("MoneyUp", 50000, false); // Serve Para Criar Funзoes Em Determinado Tempo, Ex: 50  Reais a Cada 5 Minutos. Isso nao vai fazer dar dinheiro de 5 em 5 minutos, vai apenas depoi...
246
Quote: Originally Posted by Leandro123 Sim isso de include ja entedi, mais minha duvida й eu tenho que coloca na gm isso aki #include <pbAntiCheater> ? Sim, para chamar a include.
186
copia uma include que vc tem, abre a include, apaga tudo que tem nela, cola o code que tem aqui http://pastebin.com/sG3xHNrQ e fecha salva e renomeia a include.
186