Jump to content

Question

Posted

Cum pot sa adaug factiuni in GM-ul acesta adica vreau doar una ca exemplu ... PD

//=====================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

  • Administrator
Posted

http://www.sa-mp.ro/forum/index.php/topic,5356.0.html

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

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.