Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <a_samp>
- #define COLOR_RED 0xFF0000FF
- #define COLOR_BLUE 0x0000FFFF
- public OnFilterScriptInit()
- {
- print("\n--------------------------------------");
- print(" Chillad Massive Parachuteing");
- print("--------------------------------------\n");
- CreateObject(4585,-2317.687,-1619.527,572.753,0.0,0.0,0.0);
- CreateObject(4585,-2317.482,-1620.875,748.201,0.0,0.0,0.0);
- CreateObject(4585,-2317.913,-1621.275,921.524,0.0,0.0,0.0);
- CreateObject(4585,-2317.925,-1621.343,1100.697,0.0,0.0,0.0);
- CreateObject(4585,-2317.968,-1621.275,1281.014,0.0,0.0,0.0);
- CreateObject(4585,-2317.998,-1621.284,1460.562,0.0,0.0,0.0);
- CreateObject(4585,-2317.905,-1621.466,1640.885,0.0,0.0,0.0);
- CreateObject(4585,-2317.782,-1621.324,1821.158,0.0,0.0,0.0);
- CreateObject(4585,-2317.708,-1621.251,2001.655,0.0,0.0,0.0);
- CreateObject(4585,-2317.601,-1621.222,2176.982,0.0,0.0,0.0);
- CreateObject(4585,-2317.564,-1621.203,2356.784,0.0,0.0,0.0);
- return 1;
- }
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- if (strcmp("/chilladpara", cmdtext, true, 10) == 0)
- {
- SetPlayerPos(playerid,-2326.110,-1615.697,2458.188);
- SendClientMessage(playerid,COLOR_RED,"Welcome to Chillad Massive Parachuteing");
- GivePlayerWeapon(playerid, 46, 1);
- SendClientMessage(playerid,COLOR_BLUE,"You have been givin a parachute, enjoy!");
- return 1;
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment