Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jimmy

Pages: 1 [2]
16
mIRC/pawn Scripting / need cmd
« on: January 21, 2012, 08:14:24 pm »
hey guys i need the cmd to !heal a player like this !heal playername plzzz give me

17
Support / Server crashes
« on: January 18, 2012, 01:59:20 am »
hey guys i m playing at night with my friends in my PK DeathMatch Server a player come a crashes my server i restart my server again he come and crash my server this happened 5 times to me what should i do now??

18
mIRC/pawn Scripting / cmd problem
« on: January 16, 2012, 05:56:41 am »
hey guys see this topic plzzz http://forum.vicecitymultiplayer.com/index.php?topic=4386.0
and i made a cmd for weps i want that i have to write !gunspack1 then i get some weps together this is the cmd its compiling but not working

   else if ( strcmp( cmd, "!gunspack1", true ) == 0 )
   {
    ResetPlayerWeapons(playerid),
      SetPlayerWeapon(playerid, 32, 26, 15, 10, 29, 24, 20 );
      format(szMsg, 128, "%s has taken a GunsPack1 for some DeathMatch.",gPlayers[playerid]);
       SendClientMessageToAll( BLUE, szMsg );
      return 1;
   }

this is my cmd help me its not giving me weps

19
mIRC/pawn Scripting / cmd problem
« on: January 15, 2012, 01:13:10 pm »
hey guys i am making a cmd !stopcar and !startcar see this what i did wrong in it

 else if ( strcmp( cmd, "!stopcar", true ) == 0 )
   {
         tmp = strtok(cmdtext, idx);
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
      else if ( !IsAuthorized( playerid, cmd ) ) SendClientMessage( playerid, COLOR_RED, "You don't have access to use this command!" );
  else if(!strlen(tmp)) SendClientMessage(playerid,COLOR_GREEN, "USAGE: !stopcar [VehicleID]");
      else if(IsVehicleOwnedShared(strval(tmp),gPlayers[playerid]) == -1) SendClientMessage(playerid,COLOR_GREEN, "You do not have the keys for Stop that vehicle.");
      else {
      new vehicle = strval( tmp )
         SendClientMessage( playerid, RED, "You stopped Car" );
         GetVehicleStop( vehicleid );
      }
      return 1;
   }
    else if ( strcmp( cmd, "!startcar", true ) == 0 )
   {
         tmp = strtok(cmdtext, idx);
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
      else if ( !IsAuthorized( playerid, cmd ) ) SendClientMessage( playerid, COLOR_RED, "You don't have access to use this command!" );
  else if(!strlen(tmp)) SendClientMessage(playerid,COLOR_GREEN, "USAGE: !startcar [VehicleID]");
      else if(IsVehicleOwnedShared(strval(tmp),gPlayers[playerid]) == -1) SendClientMessage(playerid,COLOR_GREEN, "You do not have the keys for start that vehicle.");
      else {
      new vehicle = strval( tmp )
         SendClientMessage( playerid, RED, "You started Car" );
         SetVehicleStart( vehicleid );
      }
      return 1;
   }

20
Support / MY Server Problem
« on: January 13, 2012, 05:55:06 pm »
hy guys my server is coming is the internet list but only for me no one is seeing it my friend says that forward your port so plzz tell me how do i forward my port for my server

21
mIRC/pawn Scripting / cmd problem
« on: January 13, 2012, 05:43:19 pm »
hy guys i am scriping on GUPS i want to a cmd !stunt1,2,3, so on so i do this

    else if ( strcmp( cmd, "!stunt", true ) == 0 )
   {
      SetPlayerPos(playerid,-987.98461,265.30059,8.81042);
      SetPlayerVehicle(playerid, 156 );
      format(szMsg, 128, "%s gone to do a stunt.",gPlayers[playerid]);
       SendClientMessageToAll( BLUE, szMsg );
      return 1;
   }

what i did wrong??it saying undefined symbol "SetPlayerVehicle"
tell me the solution that when i type !stunt the player come to the saved position with car or bike

22
mIRC/pawn Scripting / i need !fight cmd
« on: January 10, 2012, 01:44:55 pm »
guys i am scripting on GUPS and my server is too much better i need !fight cmd for my server can anyone give me??

23
mIRC/pawn Scripting / i need some cmd for gups
« on: January 07, 2012, 03:44:08 am »
hey guys how are u??Guys i need the cmd of !getcar , !heal , !wep and !gotoloc for gups
in !getcar cmd :when i getcar one time it come but second time it will not come
in !heal cmd: when i type heal they say me "you have to be hospital"i cant heal in another place plzz help
in !wep cmd: they say me type !wep [weponsname] [ammo] is dont want to type ammo i want to type !wep bla bla
in !gotoloc cmd:they say me type /c gotoloc [name] i want to write !gotoloc and if my level isnt big they say me you dont have to use this cmd plzzzzzzzzzzzzzzzz helllllllllppppppppppppppppp

24
mIRC/pawn Scripting / Register system
« on: January 04, 2012, 03:33:15 pm »
hey guys i need register system for simple vcmp scriptS can anyone give me??

25
mIRC/pawn Scripting / GUPS PROB AGAIN
« on: December 31, 2011, 08:08:03 pm »
hey guys i am scripting on GUPS i need the cmd of gotoloc i want to write !gotoloc not /c gotoloc plzz give me and tell me the cmd for !brb !back !lol when i write brb my player pause and when i write !back my player unpause for lol laughing out loud plzzzzzzzzz

26
mIRC/pawn Scripting / !getcar and wep prob in GUPS
« on: December 31, 2011, 02:35:27 am »
hey guys i am scripting on GUPS v1.16 can you give me or tell me the cmd of !getcar and wep in !getcar cmd i only one time get car when i again write it the car doesnt come can you tell me plzz??
and in wep cmd i need to write !wep spaz not !wep spaz 99999 plzzz help me  :(

27
mIRC/pawn Scripting / GUPS PROB
« on: December 29, 2011, 04:27:28 am »
hey guyz i installed gups scripts v 1.16 when i change someting in it and compile my AMX file gone i dont know but it hide what should i do??And he say "cannot read from a vcmp file" how i can solve this problem

Pages: 1 [2]