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

#1
General Discussion / Re: Suggestions for Version 0.4
April 13, 2011, 06:41:41 PM
a system for adding modules. (example: sa-mp)
for irc, sql, etc...
#2
Hunting-Arena Server / Re: sir sorry please unban me
August 25, 2010, 09:42:53 PM
Quote from: Afaque on August 24, 2010, 12:27:49 PM
ip :192.168.1.2

please give one chance

hahahahahahaahahahahahahahahahahahahahahahhahahahahahahaha...
nice ip  ;)

Original Reason:
- Armour Hack.
- Ban Evade.
#3
mIRC/pawn Scripting / Re: Not work
August 12, 2010, 07:47:33 AM
else if (strcmp(cmd, "!givecash", true) == 0) {
    new tmp2[256], plr;
tmp = strtok(cmdtext, idx), tmp2 = strtok(cmdtext, idx), plr = FindPlayerIDFromString(tmp);
if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
else if (!strlen(tmp2)) SendClientMessage(playerid,COLOR_GREEN, "USAGE: !givecash [Nick/ID] [Amount]");
else if (GetPlayerHandCash(gPlayers[playerid]) < StrToInt(tmp2)) SendClientMessage(playerid,COLOR_GREEN, "Error: You havent got the needed money.");
else if (plr != INACTIVE_PLAYER_ID) SendClientMessage(playerid,COLOR_RED,"Error: Unknown player");
else if(!IsPlayerRegistered(gPlayers[plr])) SendClientMessage(playerid, COLOR_RED, "Error: That nick is not registered!");
else if (!IsNumeric(tmp2)) SendClientMessage(playerid,COLOR_GREEN, "Error: Invalid Amount!");
else {
format(szMsg,sizeof(szMsg),"You have sent:[ $%d ] to:[ %s ]",tmp,gPlayers[playerid]);
SendClientMessage(playerid,COLOR_GREEN, szMsg);
DecPlayerHandCash(playerid,StrToInt(tmp));
IncPlayerHandCash(plr,StrToInt(tmp));
}
return 1;
}


rare :/
#4
mIRC/pawn Scripting / Re: [PAWN]Bug list 0.3z
August 05, 2010, 10:15:04 PM
cmds in OnPlayerText(playerid, text[]) with 2 params or more, not work.

public OnPlayerText(playerid, text[])
{
     if(text[0] == !)
     {
          new tmp[64], idx;
          tmp = strtok(text, idx);
          commands(playerid, 0, tmp, text[strlen(tmp) + 1]);
     }
     return 1;
}

public OnPlayerCommand(playerid, cmdtext[])
{
     new tmp[64], idx;
     tmp = strtok(text, idx);
     commands(playerid, 1, tmp, text[strlen(tmp) + 1]);
     return 1;
}

stock CmdType(type, string[])
{
     new str[128];
     if(type == 1) format(str, sizeof(str), "* Usage: /c %s", string);
     else format(str,sizeof(str), "* Usage: !%s", string);
     return str;
}

public commands(playerid, type, cmd[], params[])
{
     if(strcmp(params, "wep",true))
     {
           new weapon[64], ammo[4], wid, am, msg[128];
           if(sscanf(params,"sz",weapon, ammo)) return SendMessageToPlayer(playerid, CFG_Color, CmdType(type, "wep <WeaponName/WeaponID> <Ammo>"));
           wid = ReturnWeapon(weapon);
           if(wid == -1) return SendMessageToPlayer(playerid, CFG_Color, ">> Error: Invalid Weapon!");
           if(!strlen(ammo) || !IsNumeric(ammo)) am = 500;
           else am = strval(ammo);
           format(msg, 128, ">> Weapon Name: %s - Ammo: %d", wid, am);
           SendMessageToPlayer(playerid, CFG_Color, msg);
           GivePlayerWeapon(playerid, wid, am);
     }
     return 1;
}
#5
mIRC/pawn Scripting / Re: [PAWN]Report
July 27, 2010, 09:15:54 PM
Add SetTimerEx(function[], interval, repeating, ...) :D
#6
mIRC/pawn Scripting / Re: Problems
July 27, 2010, 06:25:55 PM
Use VC-MP pawno...
Eeee wait...

http://gtamp.byethost31.com/dload.php?action=file&file_id=1# <- use this. :P
#7
ShowRoom (pawn) / Re: GUPS 1.16a
April 27, 2010, 12:05:54 AM
nice Tamas.  ;)
#8
weaponchecktimer = SetTimer("WeaponCheckTimer", 5000, 1,"i",i);

No SetTimer, is SetTimerEx and not implemented yet.

is
weaponchecktimer = SetTimer("WeaponCheckTimer", 5000, 1);

:/
#9
VC:MP Clans / Re: top ten laggers players in vc-mp
February 28, 2009, 01:57:14 AM
1-PlayerX
2-PlayerX
3-PlayerX
4-PlayerX
5-PlayerX
6-PlayerX
7-PlayerX
8-PlayerX
9-PlayerX
10-PlayerX
:O PlayerX Win...
#10
VC:MP Clans / Re: VC:MP clans
December 08, 2008, 08:50:17 PM
Generation X
     ? Country:  International (spanish optional)
     ? Leader: PlayerX
     ? Co. leader: Cristian_08
     ? Clan tag: [Gx]
     ? IRC Channel: #playerx - #cristian_08

Recently I saw several using my initials "[Gx]" if they see someone uses the acronym please her out... (The Clan was created a year ago.)
#11
Vice City / Re: [SCREENSHOT] Nice view
June 21, 2007, 11:27:42 PM
I in some cases when it walked, it drowned floor, rare thing in the heat of to me.