26.11.2012, 11:35
ehm you forgot something
and also here
You have to add the string length else you will get warning at your console
pawn Code:
if(sscanf(params,"us[128]",id,message)) return SendClientMessage(playerid, -1, "Syntax: /pm <id> <message>");// this is for your extension aka params, u is for the id s is for the string 'message'
pawn Code:
if(sscanf(params,"s[128]",message)) return SendClientMessage(playerid, -1, "Syntax: /r <message>");// same as the pm command