05.03.2012, 20:04
Quote:
Example if you want the gun to be on the ground you gotta make the cmd example
pawn Код:
pawn Код:
|
so
pawn Код:
forward DeleteGun(wanted parameters[]);
public DeleteGun(wanted parameters[])
{
//What the code does
return 1;
}