2 questions
#1

Hello,

I have 3 questions.

1. How to make a place that gives you money and health?

2. How to make Levels for my mode?

Reply
#2

1. Create PlayerToPoint and then use
pawn Код:
if(PlayerToPoint(bla bla))
{
    // effect
}
2. Download / create Register/Login system
Reply
#3

Or IsPlayerInArea.

RedBull, you pmed me and were saying you are a good scripter, how are you a good scripter if you can't do it?

Sick of lies..



Depends what kind of level system you want.
Reply
#4

i'm pretty sure you can only use PlayerToPoint in gf modes... if you want to add playertopoint to your mode download a gf edit and copy paste the public PlayerToPoint from gf edit... also you could just copy the gf playerinfo and register/login system you would kill 2 birds with 1 stone

Reply
#5

Quote:
Originally Posted by Qeux
i'm pretty sure you can only use PlayerToPoint in gf modes... if you want to add playertopoint to your mode download a gf edit and copy paste the public PlayerToPoint from gf edit... also you could just copy the gf playerinfo and register/login system you would kill 2 birds with 1 stone

I not said I good at this!
Reply
#6

Quote:
Originally Posted by Qeux
i'm pretty sure you can only use PlayerToPoint in gf modes... if you want to add playertopoint to your mode download a gf edit and copy paste the public PlayerToPoint from gf edit... also you could just copy the gf playerinfo and register/login system you would kill 2 birds with 1 stone

Lol wtf?
PlayerToPoint is being used in everywhere, if you want to state a location and you want to do something specific on a specific location, you will probably use it / IsPlayerInArea.
Reply
#7

pawn Код:
new Level[MAX_PLAYERS];
At the top of your mode...

Then you can do stuff like OnPlayerConnect
pawn Код:
Level[playerid] = 1;
Which will set the players level to 1 when they first join.

and when checking if a player has a certain level

if(Level[playerid] == 2){...}

etc...

It's pretty simple, thats the way i'd do a level system.
Reply
#8

@Miokie btw server will reset your level on every reconnect
Reply
#9

Quote:
Originally Posted by _RedBull_
Hello,

I have 3 questions.

1. How to make a place that gives you money and health?

2. How to make Levels for my mode?

those are 2 questions.. not 3
Reply
#10

Quote:
Originally Posted by [NT
Mamoru ]
Quote:
Originally Posted by _RedBull_
Hello,

I have 3 questions.

1. How to make a place that gives you money and health?

2. How to make Levels for my mode?

those are 2 questions.. not 3
Nice attention.
Quote:
Originally Posted by VirtualBlood
@Miokie btw server will reset your level on every reconnect
That's why he also needs a registation and login system.
Reply
#11

Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by [NT
Mamoru ]
Quote:
Originally Posted by _RedBull_
Hello,

I have 3 questions.

1. How to make a place that gives you money and health?

2. How to make Levels for my mode?

those are 2 questions.. not 3
Nice attention.
Quote:
Originally Posted by VirtualBlood
@Miokie btw server will reset your level on every reconnect
That's why he also needs a registation and login system.
I said that before
Quote:
Originally Posted by VirtualBlood
1. Create PlayerToPoint and then use
pawn Код:
if(PlayerToPoint(bla bla))
{
    // effect
}
2. Download / create Register/Login system
And RedBul did you have a reg/log system?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)