Wierd error
#1

nvm... :[
Reply
#2

try to split this line up in two
pawn Код:
[Virtuaal: %d] [Lokaator: %d] [limus: %d]",
                atext,age,otext,isikukood,pnumber,level,exp,expamount,ptime,drank,housekey,bizkey,
                carkey,carkey2,carkey3,drugs,mats,bigfish,arrests,intir,virworld,local,skinid);
Reply
#3

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa :{
Reply
#4

The coordsstring string your formatting and sending is (far) too long. The error would go away if you shortened the input.

You could shorten it by using two commands? /stats1 and /stats2 ?

* BMUK would like to see a solution to this input issue also
Reply
#5

You can't edit the limit.

@ the guy above me.
2 stat commands would be anoying.

You can just send two clientmessages like this:

format(string),sizeof(string,"Money: %d, Bankmoney %d",money,bankmoney);
SendClientMessage(playerid,COLOR_YELLOW,string);
format(string),sizeof(string,"Kills: %d, Deaths %d",kills,deaths);
SendClientMessage(playerid,COLOR_YELLOW,string);

This will send both of the lines.
Reply
#6

I have one idea and that works :] (strcat)
Reply
#7

I've editted my post. LOok at it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)