12.08.2010, 16:55
(
Последний раз редактировалось jaksimaksi; 12.08.2010 в 17:03.
Причина: needed
)
im pissed off... trying but still getting shits.. here the coordinates :
-543.5457,2546.2039,53.5156,356.4182,0,0,0,0,0,0); // 3 --------><---------- -541.3602,2639.6777,53.5156,302.6496,0,0,0,0,0,0); // 4
-506.5322,2546.4592,53.5156,175.3958,0,0,0,0,0,0); // 2 -----------> <----------- -504.1658,2640.1458,53.5156,155.0916,0,0,0,0,0,0); // 1
the car command..:
PLEASE generate that god damn code with is playerinarea...
-543.5457,2546.2039,53.5156,356.4182,0,0,0,0,0,0); // 3 --------><---------- -541.3602,2639.6777,53.5156,302.6496,0,0,0,0,0,0); // 4
-506.5322,2546.4592,53.5156,175.3958,0,0,0,0,0,0); // 2 -----------> <----------- -504.1658,2640.1458,53.5156,155.0916,0,0,0,0,0,0); // 1
the car command..:
Код:
dcmd_car(playerid,params[]) { #pragma unused params if ( GetPlayerState( playerid ) == PLAYER_STATE_DRIVER ) { #if !defined IGNORE_VEHICLE_ACTIVATION { ShowPlayerDefaultDialog( playerid ); return 1; #endif } } if ( GetPlayerState( playerid ) != PLAYER_STATE_PASSENGER ) ShowPlayerDefaultDialog( playerid ); return 1; }