intro help
#1

edit gamemode and paste tis intro/payday thx. pls +rep

intro:
//============================[Intro Settings]==================================
#define IT_1 "~g~test ~y~test"
#define IT_2 ""
#define IT_3 "~r~test"
#define IT_4 "~b~~h~test"

payday:
public OnPlayerConnect(playerid)
{
SetTimer("payday", 1800000, 1); // This will happen every 30minutes. The "1" means that it will happen again after 30 minutes and so on.
return 1;
}

forward payday(playerid);

public payday(playerid)
{
RewardPlayer(playerid, 4000, 1); // This will give the user 1 score and 400money. The "RewardPlayer" is defined on the PPC_Common file, so you can use it.
return 1;
}

gamemode:
PWN, AMX
Reply


Messages In This Thread
intro help - by [BG]VPN - 03.07.2013, 08:57
Re: intro help - by Goldilox - 03.07.2013, 09:07
Re: intro help - by [BG]VPN - 03.07.2013, 09:23
Re: intro help - by Goldilox - 03.07.2013, 09:28
Re: intro help - by [BG]VPN - 03.07.2013, 09:37
Re: intro help - by maxy153 - 03.07.2013, 09:46
Re: intro help - by Goldilox - 03.07.2013, 09:54
Re: intro help - by [BG]VPN - 04.07.2013, 06:57
Re: intro help - by Goldilox - 04.07.2013, 07:16

Forum Jump:


Users browsing this thread: 2 Guest(s)