Jump to content

[REZOLVAT] Problema


AndreYs
 Share

Recommended Posts

Username:AndreYs
Problema întălnită:Am adugat sistem-ul de apartamente lui edison si nu merge sa dau enter 'f' sa deschida sa intri in el folosesc gm bigzone
Detalii despre problemă:Am adugat sistem-ul de apartamente lui edison si nu merge sa dau enter 'f' sa deschida sa intri in el folosesc gm bigzone
Ce ai încercat să faci înainte să postezi?:-
Cod sursă (recomandat pastebin.com) :

function enter_apartment( playerid ) {
	new Float: x, Float: y, Float: z;
	for( new i = 0; i < 24; i++ ) {
		GetDynamicObjectPos( apartament_door[ i ], x, y, z );
		if( PlayerToPoint( 2.0, playerid, x, y, z ) ) {
			if( !apartament_door_status[ i ] ) {
				if( i == 0 || i == 3 || i == 5 || i == 6 || i == 7 || i == 9 || i == 12 || i == 15 || i == 16 || i == 19 || i == 20 || i == 21 ) MoveDynamicObject( apartament_door[ i ], x, y, z, 10.0, 0.0, 0.0, -6.2800 );
				else MoveDynamicObject( apartament_door[ i ], x, y, z, 10.0, 0.0, 0.0, -188.4399 );
				apartament_door_status[ i ] = 1;
			} else {
				if( i == 0 || i == 3 || i == 5 || i == 6 || i == 7 || i == 9 || i == 12 || i == 15 || i == 16 || i == 19 || i == 20 || i == 21 ) MoveDynamicObject( apartament_door[ i ], x, y, z, 10.0, 0.0, 0.0, -100.000000 );
				else MoveDynamicObject( apartament_door[ i ], x, y, z, 10.0, 0.0, 0.0, 260.000000 );
				apartament_door_status[ i ] = 0;
			}
		}
	}
	return true; }


Alte detalii:-

Edited by AndreYs
Link to comment
Share on other sites

13 hours ago, Dani3l. said:

Esti sigur ca ai bagat functia la onPlayerKeyStateChange ?

am rezolvat asta dar mai am o problema nu apare nimic in apartamente obictele ca in sistemul lui edison

Link to comment
Share on other sites

  • Retired
On 5/2/2019 at 6:25 PM, AndreYs said:

am rezolvat asta dar mai am o problema nu apare nimic in apartamente obictele ca in sistemul lui edison

Pai ai adaugat mapping-ul in systems.inc sau cum ai tu p'acolo .. ?

 

 

Link to comment
Share on other sites

Problema a fost rezolvată.

Topic închis!

Respecta si vei fi respectat.

 

BigInt Pawn:

Pacman C++: 

Snake C++:

Minesweeper C++:

 

mattbb.cash

leaks.ro

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...