What are they?
#1

I have a question. What are sscanf parameters. I mean can you give me a list of them. Thanks.
Reply
#2

http://lmgtfy.com/?q=sscanf+samp
Reply
#3

Код:
if(PlayerInfo[playerid][pMember] != 14) return SendClientMessage(playerid, COLOR_GREY, "To call an ambulance, use /service medic.");
		new action[10], id, sendername[30], giveplayer[30], string[128], Float: X, Float: Y, Float: Z;
		if(sscanf(params, "s[10]u", action, id)) return SendClientMessage(playerid, COLOR_GREY, "Syntax:{FFFFFF} /medic [action] [id]");
in my case, if(sscanf(params, "s[10]u" is used for string, 10 means the number of characters which will be used
Reply
#4

thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)