Newbie Needs Help .... symbol already defined: "format"
#1

Hello Guys i have error - (20863) : error 021: symbol already defined: "format"

Quote:

format(zinute, 128, "Su jumis sveikinasi %d", playerid);

- Line

Script :

Quote:

format(zinute, 128, "Su jumis sveikinasi %d", playerid);
format(zinute, 128, "Tu pasisveikinai su %d", clickedplayerid);
SendClientMessage(playerid, 0xFFFFFFFF, zinute2);
SendClientMessage(clickedplayerid, 0xFFFFFFFF, zinute);
}
}

Reply
#2

pawn Код:
format(zinute, 128, "Su jumis sveikinasi %d", playerid);
SendClientMessage(playerid, 0xFFFFFFFF, zinute);
format(zinute, 128, "Tu pasisveikinai su %d", clickedplayerid);
SendClientMessage(clickedplayerid, 0xFFFFFFFF, zinute);
do like this or smth.
Reply
#3

Doesn't Work :/
Reply
#4

That code looks fine to me n not getting any error.
Reply
#5

show the code above formatting
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)