Jump to content
  • 0

ZCMD vs YCMD, setspawn, mysql recomandat


BiroTX

Question

Am 3 intrebari:

Ce este recomandat sa folosesc, ZCMD sau YCMD si daca se poate sa argumentati.

2. Vreau ca in momentul in care se conecteaza un jucator sa il spawneze direct la locatia setata, folosesc urmatorul cod, dar tot ma pune sa apas spawn:

public OnPlayerConnect(playerid)
{
	GameTextForPlayer(playerid,"~w~Grand Larceny",3000,4);
  	SendClientMessage(playerid,COLOR_WHITE,"Welcome to {88AA88}G{FFFFFF}rand {88AA88}L{FFFFFF}arceny");
	SpawnPlayer(playerid);

	 return 1;
}

//----------------------------------------------------------

public OnPlayerSpawn(playerid)
{
	if(IsPlayerNPC(playerid)) return 1;
	SetPlayerPos(playerid, 479.9496, -1499.0201, 20.473620);

	return 1;
}

//----------------------------------------------------------

public OnPlayerDeath(playerid, killerid, reason)
{
   	return 1;
}

3. Ce plugin ar fi mai ok sa folosesc si ce versiune, ma gandeam la BlueG, ultima versiune.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.