Posts: 82
	Threads: 2
	Joined: Nov 2007
	
Reputation: 
0
	 
 
	
	
		wow Very Useful for me =)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,799
	Threads: 95
	Joined: Jun 2006
	
Reputation: 
0
	 
 
	
	
		PS I'm "testing" it with 15470 lines haha...
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 141
	Threads: 0
	Joined: Jan 2007
	
Reputation: 
0
	 
 
	
	
		Freaking awesome! Nice work!
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,799
	Threads: 95
	Joined: Jun 2006
	
Reputation: 
0
	 
 
	
	
		only took about 10 minutes to complete. I'm posting the output below as an example. My question is....is the error about mismatched number of brackets correct? I would think the script wouldn't even compile if that was the case.
|          ScriptDebug by =>Sandra<=          |
|             Debug Results:             |
| __________________________________________________  _____________|
| Total Lines:        15470               |
| Total Opening brackets:   1414               |
| Total Closing brackets:   1412               |
| Total Defines:        122               |
| __________________________________________________  _____________|
| Warning: The amount of opening brackets and closing brackets |
|             does not match!            |
| __________________________________________________  _____________|
|                                |
| PawnFunctions:        Times Used:            |
|_________________________________________________  _______________|
 AddMenuItem           214x
 AddStaticVehicle         394x
 AddVehicleComponent       246x
 AllowAdminTeleport        1x
 AllowInteriorWeapons       1x
 AllowPlayerTeleport       2x
 ApplyAnimation          2x
 atan               1x
 AttachObjectToPlayer       2x
 Ban               2x
 BanEx              1x
 ChangeVehicleColor        2x
 ChangeVehiclePaintJob      29x
 ClearAnimations         1x
 CreateExplosion         32x
 CreateMenu            29x
 CreateObject           31x
 CreatePickup           89x
 CreateVehicle          18x
 DestroyMenu           24x
 DestroyObject          11x
 DestroyPickup          1x
 DestroyVehicle          6x
 DisablePlayerRaceCheckpoint   10x
 EnableStuntBonusForPlayer    1x
 EnableTirePopping        1x
 fclose              5x
 fopen              6x
 fread              12x
 fremove             2x
 fwrite              8x
 format              180x
 GameModeExit           1x
 GameTextForAll          1x
 GameTextForPlayer        46x
 GangZoneCreate          3x
 GangZoneFlashForPlayer      4x
 GangZoneShowForPlayer      3x
 GangZoneStopFlashForPlayer    1x
 GetObjectPos           2x
 GetPlayerArmour         1x
 GetPlayerFacingAngle       3x
 GetPlayerHealth         3x
 GetPlayerInterior        8x
 GetPlayerMenu          4x
 GetPlayerMoney          6x
 GetPlayerName          42x
 GetPlayerPos           33x
 GetPlayerPos           33x
 GetPlayerSkin          3x
 GetPlayerSpecialAction      1x
 GetPlayerState          3x
 GetPlayerVehicleID        1x
 GetPlayerVirtualWorld      3x
 GetPlayerWantedLevel       2x
 GetPlayerWeapon         3x
 GetVehicleHealth         2x
 GetVehicleModel         5x
 GetVehiclePos          7x
 GetVehicleZAngle         4x
 GivePlayerMoney         26x
 GivePlayerWeapon         63x
 HideMenuForPlayer        6x
 IsPlayerAdmin          1x
 IsPlayerConnected        69x
 IsPlayerInAnyVehicle       6x
 IsValidMenu           4x
 Kick               9x
 LimitGlobalChatRadius      1x
 LinkVehicleToInterior      11x
 MoveObject            9x
 PlayerPlaySound         3x
 PlayerSpectatePlayer       2x
 PlayerSpectateVehicle      2x
 print              45x
 printf              65x
 PutPlayerInVehicle        4x
 random              41x
 RemovePlayerFromVehicle     63x
 RemovePlayerMapIcon       2x
 ResetPlayerMoney         4x
 ResetPlayerWeapons        15x
 SendClientMessage        771x
 SendClientMessageToAll      77x
 SendDeathMessage         1x
 SetCameraBehindPlayer      65x
 SetGameModeText         1x
 SetGravity            5x
 SetMenuColumnHeader       18x
 SetObjectRot           8x
 SetPlayerArmour         10x
 SetPlayerCameraLookAt      1x
 SetPlayerCameraPos        1x
 SetPlayerColor          5x
 SetPlayerDisabledWeapons     1x
 SetPlayerFacingAngle       68x
 SetPlayerHealth         10x
 SetPlayerInterior        140x
 SetPlayerMapIcon         6x
 SetPlayerPos           150x
 SetPlayerRaceCheckpoint     8x
 SetPlayerScore          2x
 SetPlayerSkin          6x
 SetPlayerSpecialAction      1x
 SetPlayerTime          4x
 SetPlayerWantedLevel       1x
 SetPlayerWeather         2x
 SetPlayerWorldBounds       11x
 SetSpawnInfo           6x
 SetTimer             22x
 SetTimerEx            11x
 SetVehicleHealth         6x
 SetVehicleParamsForPlayer    7x
 SetVehiclePos          69x
 SetVehicleToRespawn       2x
 SetVehicleVirtualWorld      1x
 SetVehicleZAngle         19x
 SetWorldTime           3x
 ShowMenuForPlayer        62x
 ShowNameTags           1x
 ShowPlayerMarkers        1x
 strcmp              10x
 strlen              36x
 strmid              1x
 strval              55x
 strfind             1x
 strmid              1x
 TextDrawAlignment        1x
 TextDrawCreate          1x
 TextDrawDestroy         1x
 TextDrawFont           1x
 TextDrawHideForPlayer      3x
 TextDrawSetOutline        1x
 TogglePlayerClock        1x
 TogglePlayerControllable     34x
 UsePlayerPedAnims        1x
| __________________________________________________  _____________|
|            Debugging Done!             |
 __________________________________________________  ______________
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,407
	Threads: 15
	Joined: Nov 2006
	
Reputation: 
0
	 
 
	
	
		Anyone up for debugging PEN1 or Godfather? =P
WeeDarr
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 11
	Threads: 0
	Joined: Aug 2007
	
Reputation: 
0
	 
 
	
	
		It's while you call the native functions of the IRC Plugin but where is the native?
The VM can't find the native functions and give up an rte!
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 219
	Threads: 9
	Joined: Dec 2007
	
Reputation: 
0
	 
 
	
	
		Wow! Amazing!
Very nice. Thank you!