SA-MP Forums Archive
How to remove the yellow diamonds? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to remove the yellow diamonds? (/showthread.php?tid=150805)



How to remove the yellow diamonds? - Luis- - 27.05.2010

Hey, i have seen in other servers that they have removed the Yellow diamonds markers, how can i do that?


Re: How to remove the yellow diamonds? - russo666 - 27.05.2010

pawn Код:
DisableInteriorEnterExits();
in OnGameModeInit.


Re: How to remove the yellow diamonds? - Luis- - 27.05.2010

Код:
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(37) : error 055: start of function body without function header
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(39) : error 021: symbol already defined: "SetGameModeText"
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(41) : error 021: symbol already defined: "CreateObject"
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(47) : error 021: symbol already defined: "AddStaticVehicle"
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(98) : error 021: symbol already defined: "AddStaticPickup"
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(100) : error 021: symbol already defined: "AddPlayerClass"
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(103) : error 010: invalid function or declaration
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(105) : error 010: invalid function or declaration
Got those errors?


Re: How to remove the yellow diamonds? - Luis- - 27.05.2010

Quote:
Originally Posted by Luis_Geramia
Код:
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(37) : error 055: start of function body without function header
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(39) : error 021: symbol already defined: "SetGameModeText"
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(41) : error 021: symbol already defined: "CreateObject"
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(47) : error 021: symbol already defined: "AddStaticVehicle"
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(98) : error 021: symbol already defined: "AddStaticPickup"
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(100) : error 021: symbol already defined: "AddPlayerClass"
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(103) : error 010: invalid function or declaration
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(105) : error 010: invalid function or declaration
Got those errors?
Nvm, i got it to work i think


Re: How to remove the yellow diamonds? - ipsBruno - 28.05.2010

pawn Код:
DisableInteriorEnterExits (),
in Down
Quote:

public OnGameModeInit
{