Jump to content

[REZOLVAT] Problema System


LemMoNV2
 Share

Recommended Posts

  • Administrator

Incearca:

if( PlayerInfo[ playerid ][ pTruckerLic ] > 1 && !isTruck( GetPlayerVehicleID( playerid ) ) ) {
		SCM( playerid, COLOR_GREY, "Nu ai licenta de tirist." );
		SlapPlayer( playerid );
		TogglePlayerControllable( playerid, 1 );
		SetTimerEx( "UnFreezeStation", 500, 0, "i", playerid );
	}
}
Link to comment
Share on other sites

nu merge frate nu stiu ce are

Incearca acum: 

if( PlayerInfo[ playerid ][ pTruckerLic ] != 1 && isTruck( GetPlayerVehicleID( playerid ) ) ) {
		SCM( playerid, COLOR_GREY, "Nu ai licenta de tirist." );
		SlapPlayer( playerid );
		TogglePlayerControllable( playerid, 1 );
		SetTimerEx( "UnFreezeStation", 500, 0, "i", playerid );
	}
}
Link to comment
Share on other sites


if(IsATruck(GetPlayerVehicleID(playerid)))  {
      if(PlayerInfo[playerid][pTruckerLic] == 0)
      {
        SCM( playerid, COLOR_GREY, "Nu ai licenta de tirist." );
         SlapPlayer( playerid );
         TogglePlayerControllable( playerid, 1 );
         SetTimerEx( "UnFreezeStation", 500, 0, "i", playerid );
      }
}

 

Edited by iMatt

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...