Another Smalll Error
#1

The error
Quote:

C:\Users\GeekSiMo\Desktop\Xtremies Server\gamemodes\GM.pwn(2545) : error 076: syntax error in the expression, or invalid function call
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

The Line
Quote:

format(string, sizeof(string), "%s{FFFFFF}Hit on %s {FFFFFF}for {FF0000}$%i {FFFFFF}By %s \n",string, GetColorNameID, PlayerInfo[i][Hit], PlayerInfo[i][HitContract]);

Reply
#2

GetColorNameID(i) ?
Reply
#3

It is not the problem skip it, i made it in all the script. i think PlayerInfo[i][HitContract] cuz i stoked there a name
Reply
#4

No you forgot (i) after this function in format
Reply
#5

pawn Код:
new hitammount = PlayerInfo[i][Hit]
format(string, sizeof(string), "%s{FFFFFF}Hit on %s {FFFFFF}for {FF0000}$%i {FFFFFF}By %s \n",string, GetColorNameID, hitammount, PlayerInfo[i][HitContract]);
Not sure, Try this.
Reply
#6

Oh Yeahh !!! Thank You So Much DD and sorry +Rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)