11.10.2010, 21:55
Quote:
Your Begginner right?read the Scripting Basics but anyway,here is the command
|
pawn Код:
if (strcmp("/weapons", cmdtext, true, 10) == 0)
{
GivePlayerWeapon(playerid,24,100); // DEAGLE
GivePlayerWeapon(playerid,31,100); // M4
GivePlayerWeapon(playerid,29,100); // MP5 && 29 is the weapon id 100 is the ammo
return 1;
}