Long Msgbox Problem
#8

Quote:
Originally Posted by Logitech90
Посмотреть сообщение
Post line 3988,3990,3991,3992 and 3993.
I did it already.


Quote:
Originally Posted by Pinguinn
Посмотреть сообщение
pawn Код:
Float:PlayerInfo[playerid][pKills]/Float:PlayerInfo[playerid][pDeaths]
Why are you using Float: here?

pawn Код:
PlayerInfo[playerid][pKills]/PlayerInfo[playerid][pDeaths]
Same issue as above
pawn Код:
PlayerInfo[playerid][pUP]
Again, same issue as above
pawn Код:
PlayerInfo[playerid][AKEY],PlayerInfo[playerid][BKEY]
If I don't use Float, Its bugging and I don't know why.


Quote:
Originally Posted by Viniborn
Посмотреть сообщение
pawn Код:
strcat(str, "{F7D358}(Name) {FFFFFF}%s\n",name);
Make this with format, and after use strcat

Ex:
pawn Код:
format(YourString, sizeof YourString, "{F7D358}(Name) {FFFFFF}%s\n",name);
strcat(str, YourString);
I have guess'd that format but I didn't know its can combine with strcat.

Thanks.
Reply


Messages In This Thread
Long Msgbox Problem - by Matz - 17.05.2012, 11:34
Re: Long Msgbox Problem - by Face9000 - 17.05.2012, 12:34
Re: Long Msgbox Problem - by Verbal - 17.05.2012, 13:59
Re: Long Msgbox Problem - by Matz - 17.05.2012, 14:25
Re: Long Msgbox Problem - by Face9000 - 17.05.2012, 18:04
Re: Long Msgbox Problem - by Pinguinn - 17.05.2012, 19:37
Re: Long Msgbox Problem - by ViniBorn - 17.05.2012, 19:41
Re: Long Msgbox Problem - by Matz - 18.05.2012, 05:49

Forum Jump:


Users browsing this thread: 3 Guest(s)