16.07.2014, 02:54
How about this?
and something that you need
Please Please
before making a thread just go to ****** and search anything that you want
And don't forget my +REP
PHP код:
CMD:giveweap(playerid, params[])
{
new id, weap , ammo;
else if (sscanf(params, "udd", id, weap , ammo))
SendClientMessage(playerid, -1, "USAGE: /giveweap [ playerid ] [ weaponid ] [ ammo ]");
else if (id == INVALID_PLAYER_ID) return SendClientMessage(playerid, -1, "Player Is Not Connected!");
else
{
GivePlayerWeapon(id , weap , ammo)
SendClientMessage(playerid, COLOR_GREEN, "You Gave A Gun To A Player.");
}
return 1;
}

before making a thread just go to ****** and search anything that you want
And don't forget my +REP
