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.


Messages - mrockxkingbutt

Pages: 1 ... 22 23 [24] 25
346
mIRC/pawn Scripting / Re: /c getcar bug
« on: December 14, 2012, 04:08:25 pm »
ok
this is get car bug
ok
lol

zginal cmd
getcar

347
mIRC/pawn Scripting / Re: how to add site cmds and site in gups
« on: December 14, 2012, 04:06:10 pm »
thanks
vicemania
and
seeebbyy

348
Snippet Showroom / Re: heal superfast (report it if you shown any bug init)
« on: December 14, 2012, 04:02:10 pm »
fuzzy shutup
you learn consle chat how to
from me why
you can also learn from sq
lol fuzzie

349
mIRC/pawn Scripting / Re: just a little appeal/help
« on: December 14, 2012, 04:00:30 pm »
please give me just a !getcar cmd

350
mIRC/pawn Scripting / (SOLVED TOPIC) THANKS TO ALL OF YOU
« on: December 14, 2012, 09:45:20 am »
i have a cmd
!getcar
when i spawn a car it spawn but when i get init
and left it
and respawn it
it doesnot spawn
please give me a getcar  cmd
that can spawn a car anytime any place
thanks

351
mIRC/pawn Scripting / Re: Help Plzz give me a cmds
« on: December 14, 2012, 08:28:47 am »
Quote
Give me Commands /c kidnapper  , /c offerdrugs /c medic and !calltaxi
hey i help you
becuz i gave you my script
you cmds /c kidnapper ,/c offerdrugs /c medic !taxicall
i have some cmds
but i gave you all cmds in some days
:D

352
Snippet Showroom / Re: heal superfast (report it if you shown any bug init)
« on: December 13, 2012, 09:19:08 am »
Quote
    no i have false the goto hospital
    becuz it code hospital  = false = 0
    healing in 1 sec
    first try then say


My bad, I don't saw that "0" .
my bad too why i post it
when the perfect scripter dont need it
1 before pawn forum
i am at sq forum but i dont want to learn sq becuz everyone there have sq and bad peoples are there

do you need? (yes)or(NO)
yes if you are not bad scripter for others
no means you are bad scripter to others

353
Snippet Showroom / Re: heal superfast (report it if you shown any bug init)
« on: December 12, 2012, 04:59:54 pm »
buy you can use heal
just remove current heal cmds
and past this heal cmds

354
Snippet Showroom / Re: heal superfast (report it if you shown any bug init)
« on: December 12, 2012, 04:19:22 pm »
no i have false the goto hospital
becuz it code hospital  = false = 0
healing in 1 sec
first try then say

355
mIRC/pawn Scripting / Re: please give me best cmds
« on: December 12, 2012, 11:26:17 am »
Quote
Ha ha ha lol
i know two guys who made cool gamemode for SAMP and got Є100 for their work. (They sold their gamemode).
these guys are lols sailing gamemodes hhahahahaahaha

356
Snippet Showroom / heal superfast (report it if you shown any bug init)
« on: December 12, 2012, 11:16:10 am »
[pawn]else if ( strcmp( cmd, "!heal", true ) == 0 )
   {
      new Float:Health; GetPlayerHealth( playerid, Health );
      if ( strcmp( GetPlayerLocation( playerid ), "Hospital-Vice-Point-Vice-City-Beach", false ) == 0 ) SendClientMessage( playerid, COLOR_GREEN, "You have to be at the hospital." );
        else if ( Health >= 100 ) SendClientMessage( playerid, COLOR_GREEN, "Error: You are healthy." );
      else
      {
         SetPlayerHealth( playerid, 100.0 );
            SendClientMessage( playerid, COLOR_GREEN, "You have been healed." );
      }
      return 1;
   }[/pawn]
   

357
mIRC/pawn Scripting / Robbing Player in Gups (Bug)
« on: December 10, 2012, 08:37:37 pm »
[pawn]          else if (strcmp(cmd, "rob", true) == 0) {
      tmp = strtok( cmdtext, idx ); new plr = FindPlayerIDFromString( tmp );
            if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_RED, "Please log-in to your account." );
      else if ( !strlen( tmp ) ) SendClientMessage( playerid, COLOR_GREEN, "USAGE: /c rob [Nick/ID]" );
      else if ( plr == INACTIVE_PLAYER_ID ) SendClientMessage( playerid, COLOR_RED, "Error: Unknown player" );
             else {
       
              new Float:RX, Float:RY, Float:RZ, szMsg[256];
                  GetPlayerPos(playerid,RX,RY,RZ);
                  if(PlayerToPoint(3.0,plr,RX,RY,RZ))
                        format( szMsg, sizeof( szMsg ), "%s is stealing the wallet of %s", gPlayers[playerid],gPlayers[plr]);
         SendClientMessageToAll( COLOR_RED, szMsg );
              SetTimer("robando", 7000, false);
                  TogglePlayerControllable(playerid,0);
                  IncPlayerHandCash(playerid,150);
              DecPlayerHandCash(plr,150);
             Billetera[playerid] = 1;
              SetPlayerMarker(playerid,15);
         }
  return 1;
   }[/pawn]
this is not rob other player this is rob yourself

358
mIRC/pawn Scripting / Re: please give me best cmds
« on: December 10, 2012, 12:53:08 pm »
thanks
where is functions
thansk for cmds

359
mIRC/pawn Scripting / /c getcar bug
« on: December 09, 2012, 08:43:39 pm »
when i spawn a car
type !getcar 177
its not spawn

360
mIRC/pawn Scripting / please give me best cmds
« on: December 09, 2012, 08:41:08 pm »
i want cmds like
/c buyrope
/c rob
/c myrank
/c myspree
/c irc
/c jobs
/c medical
/c cop
/c setskin

please give me some of them

Pages: 1 ... 22 23 [24] 25