Jump to content
  • 0

Adaugare factiuni


Question

Posted

Buna ma puteti ajuta cu adaugarea factiunilor am nevoie doar de un exemplu.. dupa care ma descurc.

//=====================INCLUDE
#include <a_samp>

//=====================PUBLIC
main()
{
	print("\n----------------------------------");
	print(" Blank Gamemode by your name here");
	print("----------------------------------\n");
}


public OnGameModeInit()
{
	// Don't use these lines if it's a filterscript
	SetGameModeText("betaRP");
	AddPlayerClass(7,1481.1349,-1751.4083,15.4453,0.8991,0,0,0,0,0,0);
	return 1;
}

public OnPlayerConnect(playerid)
{
    SetPlayerMapIcon( playerid,1,1553.3160,-1675.7695,16.1953,30,0);// icon car
	return 1;
}

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • 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.