Admin please remove.
#1

Admin please remove this as the script and this topic got outdated.
Reply
#2

Nice script man...
good job...

I question..

can i put it in my scripT ? Leaving credits ?
Reply
#3

-
Reply
#4

Good,

For add in You gamemode, Go to public OnPlayerCommandText
and copy-past this

if(strcmp("/namesoff",cmdtext, true) == 0)
{
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, false);
GameTextForPlayer(playerid,"~w~Nametags ~r~Off",2000,3);// By Bajskorv
return 1;
}

if(strcmp("/nameson", cmdtext, true) == 0)
{
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, true);
GameTextForPlayer(playerid,"~w~Nametags ~g~On",2000,3);
return 1;
}
Reply
#5

Thanks for the 'Mini-FS'
Reply
#6

-
Reply
#7

-
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)