Some warning help
#5

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Let's take this line as an example:
pawn Код:
case 0: PlayerInfo[playerid][pPhoneNumber], GetPVarInt(playerid,"Num1"), format(number, 50, "%s", GetPVarInt(playerid,"Num1"));
What you're basically doing is:
Код:
PlayerInfo[playerid][pPhoneNumber];
GetPVarInt(playerid,"Num1");
format(number, 50, "%s", GetPVarInt(playerid,"Num1"));
Those two lines (marked with red) have no effect like the warnings indicate, do they? Think again of what you are trying to do.

@Stinged: Confused with "inputtext".
Thanks dude i just realize what i was doing wrong lol.
Reply


Messages In This Thread
Some warning help - by N0FeaR - 13.06.2016, 15:27
Re: Some warning help - by Stinged - 13.06.2016, 15:29
Re: Some warning help - by N0FeaR - 13.06.2016, 15:33
Re: Some warning help - by Konstantinos - 13.06.2016, 15:33
Re: Some warning help - by N0FeaR - 13.06.2016, 15:43
Re: Some warning help - by Stinged - 13.06.2016, 16:21

Forum Jump:


Users browsing this thread: 1 Guest(s)