SA-MP 0.3x R1-2 client/server update (optional)
#81

Thanks. Now we will wait for SA-MP 0.4
Reply
#82

i'll try
Reply
#83

Nice work
Reply
#84

Really, really nice work.

Next step 0.4
Reply
#85

Nice Man !
Thanks
Reply
#86

i was never really familiar with this version, i hope it's good, but i stopped with sample already has half a year
Reply
#87

Thanks !
Reply
#88

Hi, thank you goood job! How do ı control the entrance punishment?

my code;


Код:
if(PlayerInfo[playerid][pBanned] > 0)
{
SendClientMessage(playerid,-1,"Your account is banned");
Kick(playerid);
}
Unfortunately, the message does not appear.
Reply
#89

Quote:
Originally Posted by fuji_fly
Посмотреть сообщение
Hi, thank you goood job! How do ı control the entrance punishment?

my code;


Код:
if(PlayerInfo[playerid][pBanned] > 0)
{
SendClientMessage(playerid,-1,"Your account is banned");
Kick(playerid);
}
Unfortunately, the message does not appear.
Use delay between the message and kick.
pawn Код:
#define KickWithDelay(%1) SetTimerEx("KickPlayer", 1000, false, "i", %1)

forward KickPlayer(playerid);
public KickPlayer(playerid)
{
return Kick(playerid);
}
Reply
#90

Quote:
Originally Posted by GameMan
Посмотреть сообщение
Use delay between the message and kick.
pawn Код:
#define KickWithDelay(%1) SetTimerEx("KickPlayer", 1000, false, "i", %1)

forward KickPlayer(playerid);
public KickPlayer(playerid)
{
return Kick(playerid);
}
passes through a second, "ResetPlayerInfo" comes in.
Reply
#91

good job samp team
Reply
#92

Well, Good Work SA:MP Team.
Heads Off.
Reply
#93

Quote:
Originally Posted by Cobra_79
Посмотреть сообщение
Wow,now any nick can be used,thanks.
Quote:
Originally Posted by Kar
Посмотреть сообщение
Great, awesome server browser and wait.. No unacceptable nickname notice? Then what
Lol, I think you misunderstood. I'm pretty sure that what the post means is that the bug was that the "unacceptable nickname" notice was not showing up and now they have fixed it so that it does show up.

Thanks for the updates!
Reply
#94

Nice.
Reply
#95

I like it!, its cool to see a icon when a player is paused ingame..

Nice work!
Reply
#96

Pawno on adnroid It would be super.
Reply
#97

The island made by Deadspirit was deleted in this version? I've teleported to the coordonates he posted but there's only water.
Oh, and an update to pawno would be nice. Some "Check for errors" function so we can check the errors faster, without compiling. Eh?
Reply
#98

Quote:
Originally Posted by DiGiTaL_AnGeL
Посмотреть сообщение
The island made by Deadspirit was deleted in this version? I've teleported to the coordonates he posted but there's only water.
Oh, and an update to pawno would be nice. Some "Check for errors" function so we can check the errors faster, without compiling. Eh?
The island by Deadspirit is not implemented in SA:MP, it's just an ordinary map, you can find it in the maps section.
Pawno is not created by the SA:MP team, and in the newer versions there are some major changes which will require all scripts to be converted, this pawno is perfect, it has only few bugs.
Reply
#99

wow good job samp team
Reply

Excellent scripts,keep em' up..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)