28.06.2014, 20:43
Hello Guys
This is My New FS AutoMapNameChanger And This is Also My Second FS
if you want the code here it is
or in pastebin
http://pastebin.com/FAqWaU7z
Credits:
Made By = ReD_DeVi
Thanks To SA-MP For a_samp include
introducion:
i have added only 3 mapchanger if you want you can add more but please keep my credits and i hope you will like it if you liked it dont forget to
+rep me Please
This is My New FS AutoMapNameChanger And This is Also My Second FS
if you want the code here it is
pawn Код:
//Made By ReD_DeVi Dont Remove Credits Please
//I Know This is Simple
//if you liked rep me
#include <a_samp>
#define FILTERSCRIPT
//
forward mapname(); forward mapname2(); forward mapname3();
//
#define mapnamechangetime 1000
//
public OnFilterScriptInit()
{
SetTimer("mapname", 1000, 0);
return 1;
}
///--- map name 1 ---
public mapname() { SendRconCommand("mapname YoYo "); return SetTimer("mapname2", mapnamechangetime, 0); }
// --- map name 2 --
public mapname2(){ SendRconCommand("mapname Hate It"); return SetTimer("mapname", mapnamechangetime, 0); }
//======Map 3
public mapname3(){ SendRconCommand("mapname Love it"); return SetTimer("mapname3", mapnamechangetime, 0); }
http://pastebin.com/FAqWaU7z
Credits:
Made By = ReD_DeVi
Thanks To SA-MP For a_samp include
introducion:
i have added only 3 mapchanger if you want you can add more but please keep my credits and i hope you will like it if you liked it dont forget to
+rep me Please