17.03.2009, 20:46
yeah, where would i place the command,
OnGameModeInit
SetTimer("giveweapons",600000,true);
OnPlayerCommandText
{
dcmd(giveweapons, 11, cmdtext);
return 0;
}
dcmd_giveweapons(playerid, params[])
{
?
You can pic what gun and it gives you 200 ammo bullets of it
OnGameModeInit
SetTimer("giveweapons",600000,true);
OnPlayerCommandText
{
dcmd(giveweapons, 11, cmdtext);
return 0;
}
dcmd_giveweapons(playerid, params[])
{
?
You can pic what gun and it gives you 200 ammo bullets of it