help with leaders
#1

ok heres my code:


if (strcmp(cmd, "/leaders", true) == 0)
{
{
SendClientMessage(playerid, COLOR_GRAD1, "Leaderiai Prisijunge:");
for(new i = 0; i < MAX_PLAYERS; i++)
{
{
if(PlayerInfo[i][pLeader] == 1)
{
GetPlayerName(i, sendername, sizeof(sendername));
format(string, 256, "Faru Leaderis: %s", sendername);
SendClientMessage(playerid, COLOR_GRAD2, string);
}
}
}
}
return 1;
}

but when i leave the game player dont see my nick anymore... a little help?
Reply
#2

I just fixed this code a few hours ago.
Reply
#3

pawn Код:
tags are your best friend
Reply
#4

http://forum.sa-mp.com/index.php?topic=94739.0

does not work :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)