3 Errors
#1

Код:
G:\FreakWorld RPG Macedoniaa\gamemodes\FW.pwn(2437) : error 029: invalid expression, assumed zero
G:\FreakWorld RPG Macedoniaa\gamemodes\FW.pwn(2437) : warning 215: expression has no effect
G:\FreakWorld RPG Macedoniaa\gamemodes\FW.pwn(2437) : error 001: expected token: ";", but found "]"
G:\FreakWorld RPG Macedoniaa\gamemodes\FW.pwn(2437) : error 029: invalid expression, assumed zero
G:\FreakWorld RPG Macedoniaa\gamemodes\FW.pwn(2437) : fatal error 107: too many error messages on one line
LINE 2437
Код:
Pokana[playerid] = 0;
what to DO :@
Reply
#2

you gotta post the rest of the thing you gonna script , here...then we can help
Reply
#3

what u mean i dont understand u
Reply
#4

and please stop double posting or should i say TRIPLE POSTING !!!
Reply
#5

Youre missing a ';' on the above line
Reply
#6

Quote:
Originally Posted by MarkoN
Посмотреть сообщение
Youre missing a ';' on the above line
Код:
               GetPlayerName(playerid, sendername, sizeof(sendername));
                PlayerInfo[playerid][pMember] = PlayerInfo[playerid][pLeader];
                PlayerInfo[playerid][pRank] = 1;
                format(string, sizeof(string), "{37F906}INFO:{FFFFFF}Ja Prifativte ponudata i sega ste vo %s", ftext);
                SendClientMessage(playerid, COLOR_WHITE, string);
                format(string, sizeof(string), "{37F906}INFO:{FFFFFF}%s ja prifati ponudata za vlez vo %s", sendername,ftext);
                SCM(playerid, BELA, string);
                Pokana[playerid] = 0;
Reply
#7

REMOVEd
Reply
#8

did you have Pokana[MAX_PLAYERS]; or just Pokana ?
Reply
#9

I think the mistake is in the define line. if it looks like this
pawn Код:
#define SCM(%0,%1,%2) SendClientMessage(%0,%1,%2);
remove ';'. if not, show us the define line for SCM
Reply
#10

i think he only did new Pokana; he should make it new Pokana[MAX_PLAYERS];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)