I was wondering,
#1

Well, i was wondering if i could have a command like Givefirearms,

Dcmd givefirearms,

And it will give you firearms, and you can only use this command every hour?

please help
Reply
#2

Quote:
Originally Posted by harly
Well, i was wondering if i could have a command like Givefirearms,

Dcmd givefirearms,

And it will give you firearms, and you can only use this command every hour?

please help
What GM do you use?

if its GF, its easy to add
Reply
#3

No, i dont use GM, its a self made one
Reply
#4

Make a command and set a timer of using it once per hour.
Reply
#5

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
Reply
#6

Why in OnGameModeInit you set the timer, you want the time to start when player writes the command, don't you?
Reply
#7

Can you maske the command fo me please
Reply
#8

No, it's not Script Request Thread.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)