SA-MP Forums Archive
i want to modidy Breadfish's ingame object editor! - 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: i want to modidy Breadfish's ingame object editor! (/showthread.php?tid=32143)



i want to modidy Breadfish's ingame object editor! - [GS]Kelito - 28.03.2008

hey all,
i have Breadfish's ingame object editor, but i want to make it public on my server, so that all players can use its functions. How do i need to modify the script?
Edit: i forgot to say, bread_oed is for rcon admins only as it was published by breadfish
-Kelito


Re: i want to modidy Breadfish's ingame object editor! - yom - 28.03.2008

Search for IsPlayerAdmin and remove those checks where it needs to be removed.


Re: i want to modidy Breadfish's ingame object editor! - [GS]Kelito - 28.03.2008

i get errors when i try to do that


Re: i want to modidy Breadfish's ingame object editor! - Rks25 - 28.03.2008

cuz you remove a part where the { gets removed
remove the } than too.


Re: i want to modidy Breadfish's ingame object editor! - [GS]Kelito - 28.03.2008

Quote:
Originally Posted by Rksss
cuz you remove a part where the { gets removed
remove the } than too.
IF i do that, commands will be removed too... i dont think that will help


Re: i want to modidy Breadfish's ingame object editor! - Pghpunkid - 17.07.2008

Quote:
Originally Posted by -Kelito-
Quote:
Originally Posted by Rksss
cuz you remove a part where the { gets removed
remove the } than too.
IF i do that, commands will be removed too... i dont think that will help
Noo just remove the
pawn Code:
if(IsPlayerAdmin(playerid))
{
and its corresponding
pawn Code:
}



Re: i want to modidy Breadfish's ingame object editor! - ooscar713 - 19.01.2010

the errors he is talking about is where it says something about #include <dutils> when he does nto have dutils to include in the script...