Can Someone help me for this cmd ?
#1

Beep!
Reply
#2

pawn Код:
SetPlayerPos(playerid,Giocatore[playerid][XPos],Giocatore[playerid][YPos],Giocatore[playerid][ZPos]);
Should fix it. You were missing a square bracket.
Reply
#3

C:\Users\M1935\Downloads\fafa\fafa\gamemodes\[GM]Brombo.pwn(1336) : error 001: expected token: ",", but found "["
C:\Users\M1935\Downloads\fafa\fafa\gamemodes\[GM]Brombo.pwn(1336) : error 029: invalid expression, assumed zero
C:\Users\M1935\Downloads\fafa\fafa\gamemodes\[GM]Brombo.pwn(1336) : warning 215: expression has no effect
C:\Users\M1935\Downloads\fafa\fafa\gamemodes\[GM]Brombo.pwn(1336) : error 001: expected token: ";", but found "]"
C:\Users\M1935\Downloads\fafa\gamemodes\[GM]Brombo.pwn(1336) : fatal error 107: too many error messages on one line

nah, still.. how about this then?..
Reply
#4

Oh, I see.
Change your variable declaration:
pawn Код:
new Giocatore[MAX_PLAYERS];
To:
pawn Код:
new Giocatore[MAX_PLAYERS][Posizione];
Reply
#5

pawn Код:
if(Fdie[playerid] == 0) else return SendClientMessage(playerid, 0xF60000AA, "you have to die one time");
o the command up here is right... srry
Reply
#6

and the last error

C:\Users\M1935\Downloads\fafa\fafa\gamemodes\[GM]Brombo.pwn(456) : error 009: invalid array size (negative, zero or out of bounds)
Reply
#7

Someone please help me ? just once
Reply
#8

Show us line 456? ...
Reply
#9

456 new Fdie[MAX_PLAYERS];
457 new Giocatore[MAX_PLAYERS][Posizione];
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)