[Ajuda] Preciso de Ajuda
#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


Messages In This Thread
Preciso de Ajuda - by [CGU]iSlin_Shady - 30.11.2012, 15:00
Re: Preciso de Ajuda - by mau.tito - 30.11.2012, 15:01
Re: Preciso de Ajuda - by [CGU]iSlin_Shady - 30.11.2012, 15:18
Re: Preciso de Ajuda - by Nice-.- - 30.11.2012, 15:44
Re: Preciso de Ajuda - by Maklister - 30.11.2012, 16:01
Re: Preciso de Ajuda - by [CGU]iSlin_Shady - 30.11.2012, 16:17
Re: Preciso de Ajuda - by Mr_Taxi - 30.11.2012, 16:19
Re: Preciso de Ajuda - by Maklister - 30.11.2012, 16:24
Re: Preciso de Ajuda - by [CGU]iSlin_Shady - 30.11.2012, 16:26

Forum Jump:


Users browsing this thread: 2 Guest(s)