SA-MP Forums Archive
erro nojento - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: erro nojento (/showthread.php?tid=203032)



erro nojento - thaw_ps - 25.12.2010

To com este problema ja algum tempo por isso vim aki de novo postar este problema pra ver se algum me ajuda ja tentei varias formas de resolver mais naum consigo por ser inesperiente no pawno mais vamo la a q importa

C:\Documents and Settings\Igor\Desktop\Elite\gamemodes\elite.pwn(11 26 : error 031: unknown directive

C:\Documents and Settings\Igor\Desktop\Elite\gamemodes\elite.pwn(11 26 : warning 215: expression has no effect

C:\Documents and Settings\Igor\Desktop\Elite\gamemodes\elite.pwn(11 26 : warning 215: expression has no effect

C:\Documents and Settings\Igor\Desktop\Elite\gamemodes\elite.pwn(11 26 : warning 215: expression has no effect

C:\Documents and Settings\Igor\Desktop\Elite\gamemodes\elite.pwn(11 26 : error 001: expected token: ";", but found ")"

C:\Documents and Settings\Igor\Desktop\Elite\gamemodes\elite.pwn(11 26 : error 029: invalid expression, assumed zero

C:\Documents and Settings\Igor\Desktop\Elite\gamemodes\elite.pwn(11 26 : fatal error 107: too many error messages on one line

esses erros impeden de eu compilar o gm so q naum sei por q desse erro se alguem saber por favor post ai

tudo este erro por causa disso daqui

#incluir SetPVarInt(i,"DiaVip",dia);

public SistemaVip(nome[],level,dia,mes,ano)
{
dini_IntSetPlayer(nome,"Vip",level);
for(new i=0; i < TOTALPLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(strfind(nome,PlayerName(i),true) == 0
&& strlen(nome) == strlen(PlayerName(i)))
{
Stats[i][VIP] = level;
if(level > VIPPADRAO)
{
format(string,256,"Vocк й um novo Vip Level %d . Digite: /cmdvip para ver os comandos disponнveis!",level);
SendClientMessage(i,COLOR_LARANJA,string);
SendClientMessage(i,COLOR_ROXO,"Para ver as suas vantagens digite /vantagensvip!");
format(string,256,"%s_VIP%d",PlayerName(i),level);
SetPlayerName(i,string);
#incluir SetPVarInt(i,"DiaVip",dia);


Re: erro nojento - CyNiC - 25.12.2010

Apague isso: "#incluir ".
Deixe somente SetPvarInt(i, "DiaVip", dia);


Re: erro nojento - Chavequinho - 25.12.2010

Isto nгo existe:

pawn Код:
#incluir SetPVarInt(i,"DiaVip",dia);
Tente:

pawn Код:
SetPVarInt(i, "DiaVip", dia);



Respuesta: erro nojento - thaw_ps - 25.12.2010

tirei akilo q tu disse e deu 26 erros igual a esses ??

undefined symbol "SetPVarInt"
undefined symbol "DeletePVar"
undefined symbol "GetPVarInt"


Re: erro nojento - CyNiC - 25.12.2010

A versгo do servidor que vocк usa nгo tem essas funзхes.
Para usar estas funзхes, atualize seu servidor baixando a ъltima versгo do server no site.


Respuesta: erro nojento - thaw_ps - 25.12.2010

como assim naum entendi a versao do meu servidor

se pd me explicar melhor agradeзo
e onde baixo isso ai ?


Re: erro nojento - Sergiinhonike - 25.12.2010

Entre neste site

http://www.sa-mp.com/download.php

Se usa windows
baixe o http://files.sa-mp.com/samp03bsvr_R2_win32.zip

Se usa linux
baixe o http://files.sa-mp.com/samp03bsvr_R2.tar.gz


Re: Respuesta: erro nojento - Ricop522 - 25.12.2010

Quote:
Originally Posted by thaw_ps
Посмотреть сообщение
como assim naum entendi a versao do meu servidor

se pd me explicar melhor agradeзo
e onde baixo isso ai ?
Versгo cara :
0.3a
0.3b
0.3c RC1/2/3/4/5/6


Respuesta: erro nojento - thaw_ps - 25.12.2010

deu certo valew pela ajuda galera
muito obrigado