[Looking]For a scripter !
#1

I am looking for a scripter to solve me some bugs and script me some simple command . I am paying on paypal !

My msn : Aka_dragonu@hotmail.com
Reply
#2

Still not found one . BUMP !
Reply
#3

how could i help?
Reply
#4

Hmm got msn ? take mein . I will pay good money for helping me with that checkpoint .
Reply
#5

i dont need any money, ill do it for free plus i dont got a paypall so its no problem i like to help other scripters, and did i get the checkpoint thing correct for ya
Reply
#6

Look i have a picture taken from another server i want my checkpoint to look like this :

Reply
#7

Pm your msn and details and I will help
Reply
#8

I have my msn posted up : My msn : Aka_dragonu@hotmail.com
Reply
#9

then you would use, sorry of bad indetation, not use to forum indent
pawn Код:
if (IsPlayerInRangeOfPoint(playerid, 1, X, Y, Z))

   
             SetPlayerCheckpoint(playerid, X , Y, Z, 2);
             }
             else
             {
             DisablePlayerCheckpoint(playerid);
             }
             return 1;
}
Reply
#10

Where to add this ? Sorry for being so noob
Reply
#11

well that depends on the script/my email is Fangoth3@hotmail.com
Reply
#12

if i add on : public OnPlayerConnect(playerid) its good ?
Reply
#13

yes, that should work but you may have to add extra closing bracket's
pawn Код:
"}"
Reply
#14

4 errors : D:\Games\GTA San Andreas\server\gamemodes\slrpg.pwn(5016) : error 010: invalid function or declaration
D:\Games\GTA San Andreas\server\gamemodes\slrpg.pwn(5019) : error 021: symbol already defined: "SetPlayerCheckpoint"
D:\Games\GTA San Andreas\server\gamemodes\slrpg.pwn(5021) : error 010: invalid function or declaration
D:\Games\GTA San Andreas\server\gamemodes\slrpg.pwn(5025) : error 010: invalid function or declaration

you got msn ?
Reply
#15

msn messanger?
Reply
#16

yeah so you can help me better there please .... i am trying this checkpoint for 3 days
Reply
#17

Quote:
Originally Posted by [Aka]Dragonu
Посмотреть сообщение
if i add on : public OnPlayerConnect(playerid) its good ?
Quote:
Originally Posted by fangoth1
Посмотреть сообщение
yes, that should work but you may have to add extra closing bracket's
pawn Код:
"}"
Quote:
Originally Posted by [Aka]Dragonu
Посмотреть сообщение
4 errors : D:\Games\GTA San Andreas\server\gamemodes\slrpg.pwn(5016) : error 010: invalid function or declaration
D:\Games\GTA San Andreas\server\gamemodes\slrpg.pwn(5019) : error 021: symbol already defined: "SetPlayerCheckpoint"
D:\Games\GTA San Andreas\server\gamemodes\slrpg.pwn(5021) : error 010: invalid function or declaration
D:\Games\GTA San Andreas\server\gamemodes\slrpg.pwn(5025) : error 010: invalid function or declaration

you got msn ?
That will not work. It will check if they are in the checkpoint ONLY when they connect. You have to either make a timer, or put it in OnPlayerUpdate (will cause lag)

This guy has no idea what he is talking about, he doesnt want money cause he isn't worth anything.
Reply
#18

i can make one and btw Hal, dont try to offend other people
Reply
#19

Hal you can script ? add me on msn i am paying on paypal !
Reply
#20

here ive tested in game use your own cords though, you have to be pretty much exactly at cords for it to show
pawn Код:
public OnPlayerUpdate(playerid)
{
    if (IsPlayerInRangeOfPoint(playerid, 0.3, 83.93970489502, -149.35932922363, 2.2334928512573))
    {
    SetPlayerCheckpoint(playerid, 83.93970489502, -149.35932922363, 2.2334928512573, 2);
    }
    else
    {
    DisablePlayerCheckpoint(playerid);
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)