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
#2

Added! http://www.soomrotayab.com/samp/PPC_Trucking.pwn

Download the .pwn file and replace to the old one.
Go into it and compile.
If get any error, post here, if not it's good to go.
Reply
#3

intro not work
Reply
#4

I just added those setting into the script.

Tell me how you want the intro so that I update it.
Reply
#5

I want this effect example:
http://prikachi.com/images/935/6288935E.png
Reply
#6

https://sampforum.blast.hk/showthread.php?tid=280681
Reply
#7

Updated, check if it works.

The link is the same as above.

EDIT: Updated again, now it'll work.
Reply
#8

Quote:
Originally Posted by Goldilox
Посмотреть сообщение
Updated, check if it works.

The link is the same as above.

EDIT: Updated again, now it'll work.
thx
Reply
#9

Anytime!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)