Need few things
#1

Hi all!
I need few things what i didn't find myself.
I'm kinda new on scripting, so please if you post then make it clear how and where i have to put something.

1. /sync system

2. Invisible on minimap and map.

3. Classical, simple and good /register, /login system.

Thanks!
Reply
#2

BUMP!
Reply
#3

1: What is that
2: LimitPlayerMarkerRadius(0.0);
3: Create it by yourself(with tutorial),Download it
Reply
#4

Sync system is used in A/D gamemodes.
But where excatly i have to put LimitPlayerMarkerRadius(0.0);?
Reply
#5

BUMP!
Reply
#6

Login/Register Tutorial LINK Works very well on me !
Reply
#7

Код:
CMD:sync(playerid, params[])
{
	new Float:A;
	GetPlayerPos(playerid,X,Y,Z);
	GetPlayerFacingAngle(playerid,A);
	SetPlayerPos(playerid,X,Y,Z);
	SetPlayerFacingAngle(playerid,A);
	PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
	SendClientMessage(playerid,0xD8F6F6FF,"You are now sync'ed.");
	return 1;
}
2

Код:
ShowPlayerMarkers(false);
Flase marker on map.

3
I Suggest Y_INI
https://sampforum.blast.hk/showthread.php?tid=273088
Reply
#8

Thanks you, but where exactly i have to put these codes?
If i have to edit GM, then where i have to paste them?
Sorry, i'm very newbie at scripting.
Reply
#9

http://wiki.sa-mp.com
no one could take their time to explain everything
sync goes under onplayercommandtext

follow the tutorial it tells everything itself.
Reply
#10

If you really want to learn scripting, visit the link RansEE gave, however these login/registering systems work well.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)