Hello there again! got a question
#1

how do i install map packs like https://sampforum.blast.hk/showthread.php?tid=240729 ??
i really dont know how to do this,i tried and tried and nothing....help me?
Reply
#2

Use this.
Reply
#3

You must use a website to convert the .map code to Pawn, such as convertFFS.com.

Or, you can use the YSI map loader (but I'm not sure if that'll work with 0.3c).
Reply
#4

anybody can help??
Reply
#5

ok i made,but dont work...so i think i made something wrong....so
Код:
 public OnGameModeInit()
{
	// Don't use these lines if it's a filterscript
	SetGameModeText("Blank Script");
	AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
	return 1;
}

public OnGameModeExit()
where exactly i should put that codes just type "example" where i should paste them...
Reply
#6

Put them into your script.
Reply
#7

Код:
 public OnGameModeInit()
{
	// Don't use these lines if it's a filterscript
	SetGameModeText("Blank Script");
	AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
	return 1;
}

public OnGameModeExit()
where exacyly i should put that codes? just type "example" where i should put them pls coz dosent work what i made
Reply
#8

just read this: https://sampforum.blast.hk/showthread.php?tid=196650
Reply
#9

Quote:
Originally Posted by bugatty20072008
Посмотреть сообщение
Код:
 public OnGameModeInit()
{
	// Don't use these lines if it's a filterscript
	SetGameModeText("Blank Script");
	AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
	return 1;
}

public OnGameModeExit()
Is this your script or you just pressed 'New' ?
Reply
#10

just pressed new btw and i have a mode...that includ
Код:
   AddStaticVehicle(492,2483.8781738281,-1672.9116210938,13.235946655273,0,-1,-1,3000);
  AddStaticVehicle(533,2487.0441894531,-1673.1958007813,13.135947227478,0,-1,-1,3000);
  AddStaticVehicle(506,2490.8176269531,-1672.8785400391,13.128060340881,0,-1,-1,3000);
  AddStaticVehicle(451,2494.146484375,-1673.0931396484,13.100318908691,-1,-1,3000); 
  AddStaticVehicle(411,2497.6298828125,-1673.490234375,13.135947227478,-1,-1,3000); 
  AddStaticVehicle(402,2480.328125,-1672.7143554688,13.27938079834,-1,-1,3000); 
  AddStaticVehicle(475,2497.4067382813,-1665.095703125,13.24374961853,-1,-1,3000); 
  AddStaticVehicle(567,2493.8894042969,-1664.8543701172.13.322092056274,-1,-1,3000);
  AddStaticVehicle(405,2490.4309082031,-1664.9558105469.13.34375,-1,-1,3000); 
  AddStaticVehicle(426,2486.8312988281,-1664.3054199219.13.163749694824,-1,-1,3000);
  AddStaticVehicle(561,2482.9580078125,-1664.5242919922.13.267749786377,-1,-1,3000);
where do i put the addstaticvehicles when i press new?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)