Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define FILTERSCRIPT
- #include <a_samp>
- #if defined FILTERSCRIPT
- public OnFilterScriptInit()
- {
- print("\n--------------------------------------");
- print(" Map FS Of W.Thieves");
- print("--------------------------------------\n");
- return 1;
- }
- public OnFilterScriptExit()
- {
- return 1;
- }
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- //You can better take this and post it in your Commandtext in your GM
- if (strcmp("/Takemetoheaven", cmdtext, true, 10) == 0)
- {
- SetPlayerPos(playerid,5059.361328125, 2899.4123535156, 5.5); //
- }
- //You can better take this and post it in your Commandtext in your GM
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment