1
mIRC/pawn Scripting / Re: Player Drop
« on: May 16, 2011, 05:39:39 am »onPickedUp(plr , id)
{
resetplayerweapons(plr)
SetplayerWep m4 spaz
}
xDDD
Wth, Totally wrong.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
onPickedUp(plr , id)
{
resetplayerweapons(plr)
SetplayerWep m4 spaz
}
xDDD
forward Payday();
SetTimer("Payday",600000,1); // 600000 = 10 Minutes !
public Payday()
{
for(new i=0; i<=MAX_PLAYERS;i++)GivePlayerMoney(i, 1000);
SendClientMessageToAll(COLOR_GREEN,"PayDay: 1000$ :D");
}