SA-MP Forums Archive
Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help (/showthread.php?tid=274728)



Help - [MKD]Max - 07.08.2011

hello guys all i need to tell you today is i got time in my server the san andrea time but its move to much fast i cant make it normal like singal players help and


how to get interior croods like when we get locations in san andreas


Re: Help - [HiC]TheKiller - 07.08.2011

http://files.sa-mp.com/interiors.txt


Re: Help - [MKD]Max - 07.08.2011

no man what i mean is for ex.

when you enter tattoo shop tell

show you that you join tattoo shop


Re: Help - Shockey HD - 07.08.2011

Quote:
Originally Posted by [MKD]Max
Посмотреть сообщение
no man what i mean is for ex.

when you enter tattoo shop tell

show you that you join tattoo shop
To show it only for your self you could do.

pawn Код:
SendClientMessage(playerid,COLOR_GREEN,"You have entered the tattoo shop!");
Or

So everyone can see it.

pawn Код:
new string[256];
new pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, sizeof(pname));
format(string, sizeof(string), "%s has entered the tattoo shop!", pname);
SendClientMessageToAll(0x0BBF6AA, string);
Or

pawn Код:
GameTextForPlayer(playerid, "Welcome to the tattoo shop", 5000, 6);
Theres many ways to do it.

Please be specific


Re: Help - [MKD]Max - 07.08.2011

i mean gametext like Singal players