01.01.2015, 20:06
(
Последний раз редактировалось Tom1412; 02.01.2015 в 01:32.
)
Hello,
When I am writing the script, it should return a message "[Server] Usage: /ban [playerid] [reason]"
but what I am getting is (in the image below)
Any ideas?
When I am writing the script, it should return a message "[Server] Usage: /ban [playerid] [reason]"
but what I am getting is (in the image below)
Any ideas?
pawn Код:
new id,reason[55];
if(sscanf(params, "UD[55]", id,reason)) return SendClientMessage(playerid, -1, "USAGE: /ban [playerid] [reason]");