Scores
#1

hi , i need a Filterscript Which Give the play 50000 score when he enter . .PLZ give me amx and PWn files PLZ
Reply
#2

i need amx and pwn files PLZ
Reply
#3

Do you mean this?

pawn Код:
public OnPlayerConnect(playerid)
{
    SetPlayerScore(playerid, 50000);
    return 1;
}
Reply
#4

i cant compline .. my pawno is not working . i need a filterscript
Reply
#5

Quote:
Originally Posted by Abanob
Посмотреть сообщение
i cant compline .. my pawno is not working . i need a filterscript
http://www.solidfiles.com/d/87d0b411b6/

lol
Reply
#6

Quote:
Originally Posted by _Zeus
Посмотреть сообщение
Not working

and why u say lol ,, my Pawno is say " unable to execute compiler
Reply
#7

Quote:
Originally Posted by Abanob
Посмотреть сообщение
Not working

and why u say lol ,, my Pawno is say " unable to execute compiler
scores.pwn

pawn Код:
#define FILTERSCRIPT

#include <a_samp>

public OnPlayerConnect(playerid)
{
    SetPlayerScore(playerid, 50000);
    return 1;
}
I'm sure it does. And I said "lol" because I uploaded a file with just that.
Reply
#8

Show us your codes?
Why wouldn't it compile?
If you want it to give 50000 on player connect, use this:
pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerScore(playerid, GetPlayerScore(playerid) +50000);
return 1;
}
Or
pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerScore(playerid, 50000);
return 1;
}
Hope it helped.
Reply
#9

Whenever a player connect, their score will be 0 so no need to get the current score (0) and adding 50000.
Reply
#10

Yea you're right but I gave him options in case he wants it like that.
Would be great to show us your errors and codes you used so we can help you out
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)