07.05.2012, 16:03
Hello, and it is for you 
This will give playerid weapon with id 30 with 50 rounds.
All clear? Have fun.
Greetz,
LetsOWN

pawn Код:
public OnPlayerSpawn(playerid);
{
GivePlayerWeapon(playerid, 30, 50);
return 1;
}
All clear? Have fun.
Greetz,
LetsOWN