SA-MP 0.3d RC client/server (now released)

When will you fix a bug with fakeing players ?
Reply

Thanks Kalcor, SA-MP shows significant progress.
Reply

Picture of the Password-Dialog:

Click
Reply

I like password masking in RC2. OnPlayerTakeDamage is good too!
Reply

Quote:

taxi signs which can be attached to any vehicle.

how?

/like
Reply

Wow, God really listen to my prays

Thanks Kalcor
Reply

oh nice update (to RC2) !
Reply

Thanks for the new release, I love the new functions!
Reply

Код:
DIALOG_STYLE_PASSWORD
Will help alot, thanks for this amazing update.
Reply

Quote:

Added DIALOG_STYLE_PASSWORD for ShowPlayerDialog() which shows a masked input box

Finnaly it was added.
Reply

Nice, thanks for adding
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
Reply

LOVE the DIALOG_STYLE_PASSWORD, and OnPlayerTakeDamage. Finally
Reply

any video of rc2 version?
Reply

what is here wrong

pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
    new string[128];
    format(string, sizeof(string), "You lost %d HP. Issuerid is: %s, with weapon ID: %i",amount, PlayerName(issuerid), weaponid);
    SendClientMessage(playerid, -1, string);
    return 1;
}

stock PlayerName(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name, sizeof(name));
    return name;
}
All is good expect ammount of HP, it type 116546 big numbers, any ideas?
Reply

pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
    new string[128];
    format(string, sizeof(string), "You lost %f HP. Issuerid is: %s, with weapon ID: %i",amount, PlayerName(issuerid), weaponid);
    SendClientMessage(playerid, -1, string);
    return 1;
}

stock PlayerName(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name, sizeof(name));
    return name;
}
Reply

Quote:
Originally Posted by Speed
Посмотреть сообщение
what is here wrong

pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
    new string[128];
    format(string, sizeof(string), "You lost %d HP. Issuerid is: %s, with weapon ID: %i",amount, PlayerName(issuerid), weaponid);
    SendClientMessage(playerid, -1, string);
    return 1;
}

stock PlayerName(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name, sizeof(name));
    return name;
}
All is good expect ammount of HP, it type 116546 big numbers, any ideas?
You lost %f HP not %d. It's a float not an integer.
Reply

Fuck Yeah!
Reply

I don't know if this is a 'bug', but i'm posting it anyways.
The passenger can kill the driver if he drive-by's in a weird angle:

[ame]http://www.youtube.com/watch?v=1ti70-I7Dzs[/ame]
Reply

What about:
Код:
SetPlayerGravity(playerid, Float:Gravity);
?
Reply

Thanks for the new update SAMP team.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)