14.05.2018, 16:34
I have a question. What are sscanf parameters. I mean can you give me a list of them. Thanks.
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]");