erro nojento
#1

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);
Reply
#2

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

Isto nгo existe:

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

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

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

undefined symbol "SetPVarInt"
undefined symbol "DeletePVar"
undefined symbol "GetPVarInt"
Reply
#5

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.
Reply
#6

como assim naum entendi a versao do meu servidor

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

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
Reply
#8

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
Reply
#9

deu certo valew pela ajuda galera
muito obrigado
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)