Need help with format()
#4

pawn Код:
new szQueryOutput[256];
format(szQueryOutput, sizeof(szQueryOutput),"UPDATE `samp` SET Health = '%d', money = '%d' WHERE `id` = '%d'",GetPlayerHealth(playerid), GetPlayerMoney(playerid), PlayerInfo[playerid][plID]);
SendClientMessage(playerid, 0xFFFFFFAA, szQueryOutput);
Reply


Messages In This Thread
Need help with format() - by scriptit - 02.12.2012, 14:07
Re: Need help with format() - by Vince - 02.12.2012, 14:20
Re: Need help with format() - by scriptit - 02.12.2012, 15:13
Re: Need help with format() - by GiamPy. - 02.12.2012, 15:43
Re: Need help with format() - by AndreT - 02.12.2012, 15:49
Re: Need help with format() - by GiamPy. - 02.12.2012, 15:51

Forum Jump:


Users browsing this thread: 1 Guest(s)