• 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 - sseebbyy

#1
General Discussion / Re: Breaking New's :*(
April 26, 2011, 11:40:40 AM
who ?
#2
mIRC/pawn Scripting / Re: How!!!
April 25, 2011, 11:16:27 AM
not work to lock server in pawn ... i think...

at me not work
#3
mIRC/pawn Scripting / Re: !wep buy
April 24, 2011, 09:29:08 PM
Work ?
#4
mIRC/pawn Scripting / Re: !wep buy
April 24, 2011, 09:03:19 PM
else if (strcmp(cmd, "!wep", true) == 0) {
new wep,pmon;
       pmon = GetPlayerMoney(playerid);
tmp = strtok(cmdtext, idx);
if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
else if (!strlen(tmp)) SendClientMessage(playerid, COLOR_GREEN, "USAGE: !wep [WeaponName/ID]");
else {
wep = FindWepIDFromString(tmp);
SetPlayerMoney(playerid,pmon - 1000);
  if(wep != 33) SetPlayerWeapon(playerid,wep,9999999);
else SendClientMessage(playerid,COLOR_RED,"You can't get this weapon, sorry.");
}
       if(pmon >= 1000) {
          SendClientMessage(playerid,COLOR_RED,"Sorry, you can't get this weapon, weapon costs:1000$ !");
        }
return 1;
}
#5
Support / Re: How to kick
April 24, 2011, 07:43:30 AM
RCON COMMANDS:

/kick [playerid]
/ban [playerid]
/sethr [hour]
/setmin [minute]
/sethp [playerid] [health]
/setarm [playerid] [armour]
/setmon [playerid] [money]
/setwep [playerid] [weapon]
/setcon [playerid] [1/0] <= Set Player Controlable
#6
General Discussion / Happy Easter ! (*_*)
April 24, 2011, 07:34:44 AM


I wish you Happy Easter !   :D

What will happen to you  :P
#7
mIRC/pawn Scripting / Re: Drift Point = Money ?
April 24, 2011, 07:30:56 AM
Thanx For All !
#8
General Discussion / Re: Suggestions for Version 0.4
April 22, 2011, 10:57:17 PM
ok  ;D
#9
General Discussion / Re: Suggestions for Version 0.4
April 22, 2011, 09:19:13 PM
ohh...sin...

But why not be posting updates in the "Current Status of Version 0.4" http://forum.vicecitymultiplayer.com/index.php?topic=2634.0?
#10
General Discussion / Re: Suggestions for Version 0.4
April 22, 2011, 03:11:59 PM
new idea :

cigarette in the mouth occur in normal game as it appears when you write code
#11
ShowRoom (pawn) / Re: SetVehiclePos?!?!
April 22, 2011, 09:20:10 AM
need 2 respawns ?  ???
#12
I thought about it fixed today: D It would be nice if 0.4 would work in any car to add hydraulic, taxi boost = VUP (in samp)for all cars  ;D
#13
ShowRoom (pawn) / Re: SetVehiclePos?!?!
April 21, 2011, 11:13:43 PM
Have you even tried?

And for your information, setvehiclepos works only once!

But with this command whenever you want go !
#14
mIRC/pawn Scripting / Re: Drift Point = Money ?
April 21, 2011, 01:06:42 PM
VUP is possible?

and

no order for animation?

I mean, there a function to write "/ do 10" for example ?

#15
mIRC/pawn Scripting / Re: system of payday.
April 21, 2011, 12:34:51 PM
GivePlayerMoney have bug man...

Use:

SetPlayerMoney(playerid,GetPlayerMoney(playerid) + 1000);

And... Wrong Section ! Agree with you Skirmant and yazeen

Need This Move In Showroom Pawn !