Pitanje
1,098
pregleda
7
postova
18. Jun 2010.
Jel moze neko da mi da skriptu za ono trcanje tj kad drzis M4 da drzi sa obe ruke i da ne moze run, puno hvala
18. Jun 2010.
Al ste vi lijeni...
http://balkan-samp.com/forum/index.php?action=search
http://forum.sa-mp.com/index.php?action=search
http://balkan-samp.com/forum/index.php?action=search
http://forum.sa-mp.com/index.php?action=search
18. Jun 2010.
Daj malo pojasni xD
Ispod OnGameModInt stavim
i jos nesto, ako moze ono zab sam kako da ne pisu imena iznad glave , /nameon , /nameoff xd
Ispod OnGameModInt stavim
Quote
UsePlayerPedAnims();
return 1;
}
return 1;
}
i jos nesto, ako moze ono zab sam kako da ne pisu imena iznad glave , /nameon , /nameoff xd
18. Jun 2010.
RESENO
if(strcmp(cmd, "/nametagson", true)==0)
{
SendClientMessage(playerid, COLOR_BASIC, "Nametags are enabled.");
PlayerPlaySound(playerid, 1137, 0.0, 0.0, 0.0);
for(new i = 0; i < MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i))
{
ShowPlayerNameTagForPlayer(playerid, i, 1);
}
}
}
if(strcmp(cmd, "/nametagsoff", true)==0)
{
SendClientMessage(playerid, COLOR_BASIC, "Nametags are disabled.");
PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
for(new i = 0; i < MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i))
{
ShowPlayerNameTagForPlayer(playerid, i, 0);
}
}
}Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava