[Ajuda] Preciso de Ajuda
#1

preciso de ajuda com alguem que use TV que seja Pawn Scripter.
Reply
#2

fle o que voce precisa aqui!
Reply
#3

o Game Mode estб dando um erro, e nem to conseguindo arrumar Chega ae " 267341058 - Senh; 1084
Reply
#4

e a preguiзa de copiar o code e colar aqui ;(
Reply
#5

poste o erro aqui que podemos ajudar, acho meio dificil alguem entrar no Seu tv assim do nada '-'
Reply
#6

Код HTML:
C:\Users\Alisson\Desktop\Alisson Gindri\CGU\SAMP Server\SAMP Server\gamemodes\Sem tнtulo 1.pwn(14) : error fatal: 100: cannot read from file: "Streamer"
Reply
#7

Adicione ao todo do seu gm a include ora...

#include Streamer
Certifique-se de que vocк tem a include e o plugin .-.
Reply
#8

pawn Код:
// no topo

#include < streamer >

certifique - se que na sua pasta "includes" tenha a include streamer
certifique - se que na sua pasta "plugins" tenha o plugin atualizado streamer
certifique - se que no seu server.cfg tenha "plugins streamer"
Reply
#9

Eu tenho certeza que eu tenho, e outra se eu tiro a include do GM da esses erros aqui

Код HTML:
C:\Users\Alisson\Desktop\Alisson Gindri\CGU\SAMP Server\SAMP Server\gamemodes\Sem tнtulo 1.pwn(2425) : error: 029: invalid expression, assumed zero
Код HTML:
C:\Users\Alisson\Desktop\Alisson Gindri\CGU\SAMP Server\SAMP Server\gamemodes\Sem tнtulo 1.pwn(2425) : warning: 215: expression has no effect
Код HTML:
C:\Users\Alisson\Desktop\Alisson Gindri\CGU\SAMP Server\SAMP Server\gamemodes\Sem tнtulo 1.pwn(2425) : error: 001: expected token: ";", but found ")"
Код HTML:
C:\Users\Alisson\Desktop\Alisson Gindri\CGU\SAMP Server\SAMP Server\gamemodes\Sem tнtulo 1.pwn(2425) : error: 029: invalid expression, assumed zero
Код HTML:
C:\Users\Alisson\Desktop\Alisson Gindri\CGU\SAMP Server\SAMP Server\gamemodes\Sem tнtulo 1.pwn(2425) : error fatal: 107: too many error messages on one line
Код:
if(strcmp(cmd, "/meufps", true) == 0 || strcmp(cmd, "/fps", true) == 0) {
new FPS = GetPVarInt(playerid,"PVarFPS");
new PING = GetPlayerPing(playerid, = 1500);
{
new avalPING[11];
if(PING < 150) avalPING = "Excelente";
if(PING >= 150) avalPING = "Muito boa";
if(PING >= 200) avalPING = "Boa";
if(PING >= 220) avalPING = "Normal";
if(PING >= 300) avalPING = "Ruim";
if(PING >= 350) avalPING = "Pйssima";
new avalFPS[13];
if(FPS == 0) avalFPS = "Indisponнvel";
if(FPS > 0) avalFPS = "Pйssimo";
if(FPS >= 15) avalFPS = "Ruim";
if(FPS >= 24) avalFPS = "Normal";
if(FPS >= 35) avalFPS = "Bom";
if(FPS >= 40) avalFPS = "Muito bom";
if(FPS >= 50) avalFPS = "Excelente";
new string2[100];
format(string, sizeof(string), "Seu FPS: %i - Seu PING: %i", FPS,PING);
format(string2, sizeof(string2), "Seu computador: %s - Sua conexгo: %s", avalFPS,avalPING);
if(MostrandoFPSPing[playerid] == false) MostrandoFPSPing[playerid] = true; else MostrandoFPSPing[playerid] = false;
SendClientMessage(playerid, COLOUR_INFORMACAO, string);
SendClientMessage(playerid, COLOUR_INFORMACAO, string2);
return 1;}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)