Vice City Multiplayer
		VC:MP 0.3 => mIRC/pawn Scripting => ShowRoom (pawn) => Topic started by: [NYB]fast:p on July 29, 2014, 01:47:57 pm
		
			
			- 
				Download Link : http://en.file-upload.net/download-9312980/GUps2.0.rar.html
I give u only gamemode and scriptfiles. [Warning: Dont delete Any File Or many fuction Bugs]
[pawn]   else if ( strcmp( cmd, "!getcar", true ) == 0 )
   {
         tmp = strtok( cmdtext, idx );
      if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_RED, "Please log-in to your account." );
      else if ( !strlen( tmp ) ) SendClientMessage( playerid, COLOR_GREEN, "USAGE: !getcar [VehicleID]" );
      else if ( !IsVehicleExist( strval( tmp ) ) ) SendClientMessage( playerid, COLOR_GREEN, "Error: Unknown Vehicle" );
      else if ( !IsVehicleOwnedShared( strval( tmp ), gPlayers[ playerid ] ) ) SendClientMessage( playerid, COLOR_GREEN, "You do not have the keys for that vehicle." );
      else
      {
         new Float:Angle;
         GetPlayerPos( playerid, x, y, z);
         GetPlayerFacingAngle( playerid,Angle);
         if ( !Angle) SendClientMessage( playerid, COLOR_GREEN, "Error: Invalid vehicle!" );
         SetVehiclePos( strval( tmp ),x+3,y+3,z,Angle);
         format( szMsg, sizeof( szMsg ), "Getting vehicle:[ %d ]", strval( tmp ) );
         SendClientMessage( playerid, COLOR_GREEN, szMsg );
      }
      return 1;
   }[/pawn]
			 
			
			- 
				but it is not an original version
			
 
			
			- 
				ik man
 
			 
			
			- 
				fast tu rehne hi dai :D ;D ;D ;D ;D
			
 
			
			- 
				!getcar command did'nt fixed! 
			
 
			
			- 
				MOVE TO VC:MP 0.4 
http://forum.vc-mp.org/