Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //------------------------------------------------------------------------------
- // FilterScript Sumo
- // BY .::: CMG :::.
- //------------------------------------------------------------------------------
- #include <a_samp>
- #if defined FILTERSCRIPT
- public OnFilterScriptInit()
- {
- print("\n--------------------------------------");
- print(" Sumo");
- print("--------------------------------------\n");
- return 1;
- }
- public OnFilterScriptExit()
- {
- return 1;
- }
- #else
- main()
- {
- print("\n----------------------------------");
- print(" Sumo");
- print("----------------------------------\n");
- }
- #endif
- public OnFilterScriptInit()
- {
- //Spawnpoints:
- CreateVehicle(402, -441.641510, 2464.225586, 129.338226, 349, -1, -1, 120000); //spawnpoint
- CreateVehicle(402, -472.260742, 2521.637695, 128.863129, 248, -1, -1, 120000); //spawnpoint (1)
- CreateVehicle(402, -393.371033, 2482.010254, 129.413300, 55, -1, -1, 120000); //spawnpoint (2)
- CreateVehicle(402, -416.283447, 2546.653320, 129.338226, 166, -1, -1, 120000); //spawnpoint (3)
- //Objects:
- CreateObject(13607, -429.460724, 2506.028809, 127.372597, 0, 0, 0);
- CreateObject(1655, -472.253296, 2521.357178, 124.883629, 0, 0, 67.7916);
- CreateObject(1655, -441.633270, 2462.473633, 124.790573, 0, 0, 166.6266);
- CreateObject(1655, -392.056885, 2481.023438, 124.733620, 0, 0, 237.1005);
- CreateObject(1655, -416.007263, 2548.595215, 124.815575, 0, 0, 346.249);
- CreateObject(971, -415.275391, 2551.625732, 130.185120, 0, 0, 347.1084);
- CreateObject(971, -475.061920, 2522.642090, 130.387924, 0, 0, 67.8955);
- CreateObject(971, -442.401428, 2459.557861, 129.959259, 0, 0, 347.1084);
- CreateObject(971, -389.564941, 2479.350586, 130.202225, 0, 0, 55.8634);
- }
- public OnPlayerCommandText(playerid,cmdtext[])
- {
- if( !strcmp(cmdtext,"/sumo",true ))
- {
- {
- SetPlayerPos(playerid,-429.922394, 2506.329834, 131.333527);
- }
- return 1;
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment