14.05.2017, 02:03
Quote:
So like this?
Код:
if(sscanf(params, "us[32]d", playerb, weapon)) if(!IsPlayerNearPlayer(playerid, playerb, 2)) return SendClientMessage(playerid, COLOR_GREY, "You are too far away from that player."); { |
PHP код:
if(sscanf(params, "ud", playerb, weapon))