[FilterScript] [FS]Simple Changing World Fs (GOOD FOR RP) - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS]Simple Changing World Fs (GOOD FOR RP) (
/showthread.php?tid=543803)
[FS]Simple Changing World Fs v2 (GOOD FOR RP) -
aizeah555 - 29.10.2014
CHANGING WORLD FS BY ME v2!
MY VERY FIRST OWN FS!!!
Well if you type /ow You Will go to another world and not see the players in the server but you can still chat to them.
To Go Back just type /fr to Go Back to Freeroam Mode
What's new in v2? Well if you are already in Freeroam or other world mode it will say ERROR : You are already blablabla and i changed it to zcmd
CODE v2:
Код:
//Virtual World FS By aizeah555 v2
//DONT REMOVE MY CREDITS!!!!
#define FILTERSCRIPT
#include <a_samp>
#include <zcmd>
#define R 0xAA3333AA
#define LG 0x99FF9900
public OnFilterScriptInit()
{
print("\n-----------------------------------------");
print(" Virtual Wolrd v2 fs by aizeah555 ");
print("-------------------------------------------\n");
return 1;
}
CMD:ow ( playerid , params [] )
{
if(GetPlayerVirtualWorld(playerid) == 3)
{
SendClientMessage(playerid,R,"ERROR : You are Already in another world.");
}
else
{
SetPlayerVirtualWorld(playerid, 3);
SendClientMessage(playerid,LG,"You are now in Another World , Use /fr to Go back");
}
return 1;
}
CMD:fr ( playerid , params [] )
{
if(GetPlayerVirtualWorld(playerid) == 0)
{
SendClientMessage(playerid,R,"ERROR : You are Already in Freeroam World.");
}
else
{
SetPlayerVirtualWorld(playerid, 0);
SendClientMessage(playerid,LG,"You are now in the Freeroam World.");
}
return 1;
}
NOTE:
You can change /ow and /fr But please Dont remove credits...
SCREENS:
PASTEBIN LINK v1 OLD:
http://pastebin.com/79SPUwUV
PASTEBIN LINK v2 RECOMMENDED:
http://pastebin.com/CnrZdAjN
WARNINGS REMOVED
Re: [FS]Simple Changing World Fs (GOOD FOR RP) -
ThunderX - 29.10.2014
WOW NICE
Re: [FS]Simple Changing World Fs (GOOD FOR RP) -
aizeah555 - 29.10.2014
Thank You Very Much
I Appreciate it
Re: [FS]Simple Changing World Fs (GOOD FOR RP) -
Aerotactics - 29.10.2014
Why have dolor defines if you don't use them?
Re: [FS]Simple Changing World Fs (GOOD FOR RP) -
aizeah555 - 29.10.2014
Quote:
Originally Posted by Aerotactics
Why have dolor defines if you don't use them?
|
Sorry... There you go i edited it.....
Re: [FS]Simple Changing World Fs (GOOD FOR RP) -
UltraScripter - 29.10.2014
It's not your's I saw somelike this this is not your script
Re: [FS]Simple Changing World Fs (GOOD FOR RP) -
Rudy_ - 29.10.2014
Quote:
Originally Posted by UltraScripter
It's not your's I saw somelike this this is not your script
|
Are you serious? This is the easiest thing that can be ever made, Why would he copy it?
Re: [FS]Simple Changing World Fs (GOOD FOR RP) -
aizeah555 - 29.10.2014
Quote:
Originally Posted by UltraScripter
It's not your's I saw somelike this this is not your script
|
Lol ur just angry bcuz i said it to you too...
PROOF
https://sampforum.blast.hk/showthread.php?tid=543758
AW: [FS]Simple Changing World Fs (GOOD FOR RP) -
Flori - 29.10.2014
Nice. xp
Re: [FS]Simple Changing World Fs (GOOD FOR RP) -
Alex Magaсa - 29.10.2014
great for beginners and for Freeroam/Drift/Drag/DM servers.