• Welcome to Vice City Multiplayer.
 
Menu

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.

Show posts Menu

Messages - yazeen

#241
ShowRoom (pawn) / Re: Jail System By Moby (me) !
March 18, 2011, 09:17:54 AM
This is so easy man . when i saw topic jail system i thought of the argonath type jail system
#242
ShowRoom (pawn) / Re: Warchiefs v1.0 by Madara
March 17, 2011, 01:16:00 PM
Well Big[H] gave the Decompiled script Dont blame him caz i may die this friday
#243
ShowRoom (pawn) / Re: Warchiefs v1.0 by Madara
March 17, 2011, 09:34:15 AM
I hope i live after friday caz of tsunami in india warning  :(
#244
mIRC/pawn Scripting / Re: Filter Scripts
March 16, 2011, 04:15:59 PM
lol there are so many Anti-minigun , addpickup , psa , and heekz has so many like VIPSYSTEM , REGISTER etc  etc  etc  etc  etc  etc   ;D
#245
ShowRoom (pawn) / Re: Some usefull functions
March 15, 2011, 04:08:45 PM
Heekz Big[H] said PlayerToPoint can be used like Set world bounds and how to do that? plse give example

Set Radius 1 or 2 will work??? I cant  understand !!! :(
#246
ShowRoom (pawn) / Re: Warchiefs v1.0 by Madara
March 15, 2011, 04:05:22 PM
Niceeeeeeeeeeeee!!! i can study Some scripting from this!!!

;D ;D
#247
Aldo what is clan protection  ::)
#248
mIRC/pawn Scripting / Re: Bus stops
March 15, 2011, 04:02:03 PM
Quote from: Charleyutton on March 15, 2011, 03:55:29 PM
Nice one yazeen


Don't bump old topics

LoL u Kidding or Serious
#249
mIRC/pawn Scripting / Re: Bus stops
March 15, 2011, 02:09:38 PM
Use /s to get the COOrds XD
#250
Its already in gups /c getcar try it instead of !getcar XD

King of Noobs[/glow]
#251
Not possible in Pawno

only possible in mirc
#252
mIRC/pawn Scripting / Re: Help me plz
March 15, 2011, 10:12:15 AM
Its possible

Use Random Time

Heekz scripts might Help u out

Random Time and Weather
#253
mIRC/pawn Scripting / Re: Help /c freeze all
March 15, 2011, 10:09:03 AM
Quote from: BIG[H] on February 08, 2011, 11:07:12 PM
Quoteelse if (strcmp(cmd, "unfreezeall", true) == 0) {
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
      else if(!IsPlayerCommandLevel(playerid,"healall")) SendClientMessage(playerid, COLOR_RED, "You don't have access to use this command!");
      else {
         unFreezeAll();
      }
      return 1;
   }




Quotestock unFreezeAll()
{
    for(new i = 0; i <= MAX_PLAYERS; i++) {
        if(IsPlayerConnected(i) == 1) TogglePlayerControllable(i,1);
    }
}

:p piece of Cake

Simple is

SetPlayerControll(0,0);
SetPlayerControll(1,0);
SetPlayerControll(2,0);
SetPlayerControll(3,0);
SetPlayerControll(4,0);
SetPlayerControll(5,0);
SetPlayerControll(6,0);
SetPlayerControll(7,0);
SetPlayerControll(8,0);
SetPlayerControll(9,0);
SetPlayerControll(10,0);
SetPlayerControll(11,0);
SetPlayerControll(12,0);
Etc

Simple and best way
#254
Good work your a Pro scripter
#255
mIRC/pawn Scripting / Re: Set world bounds
March 15, 2011, 09:04:56 AM
PlayerToPoint is used for example

/c onduty it warns you should be at vcpd

If anyother use plse give examples :)