can i ask
#9

Quote:
Originally Posted by willsuckformoney
Посмотреть сообщение
lol ok but this is just the line, wont help unless u has all needed, and that is a lot of stuff,

pawn Код:
playername = ReturnUser(tmp);
thats the line^^
ReturnUser returns a string with an indefined size. You can work around that doing something like this:

pawn Код:
format(playername, sizeof(playername), "%s", ReturnUser(tmp));
Reply


Messages In This Thread
can i ask - by willsuckformoney - 28.07.2010, 03:15
Re: can i ask - by Kar - 28.07.2010, 03:19
Re: can i ask - by willsuckformoney - 28.07.2010, 03:21
Re: can i ask - by Kar - 28.07.2010, 03:23
Re: can i ask - by willsuckformoney - 28.07.2010, 03:26
Re: can i ask - by Kar - 28.07.2010, 03:31
Re: can i ask - by mastasquizy - 28.07.2010, 03:39
Re: can i ask - by willsuckformoney - 28.07.2010, 03:39
Re: can i ask - by Zamaroht - 28.07.2010, 03:42
Re: can i ask - by mastasquizy - 28.07.2010, 04:14

Forum Jump:


Users browsing this thread: 1 Guest(s)