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

Pages: [1] 2
1
mIRC/pawn Scripting / Re: Not work
« on: August 12, 2010, 08:47:33 am »
Code: [Select]
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 :/

2
mIRC/pawn Scripting / Re: [PAWN]Bug list 0.3z
« on: August 05, 2010, 11:15:04 pm »
cmds in OnPlayerText(playerid, text[]) with 2 params or more, not work.

Code: [Select]
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;
}

3
mIRC/pawn Scripting / Re: [PAWN]Report
« on: July 27, 2010, 10:15:54 pm »
Add SetTimerEx(function[], interval, repeating, ...) :D

4
mIRC/pawn Scripting / Re: Problems
« on: July 27, 2010, 07:25:55 pm »
Use VC-MP pawno...
Eeee wait...

http://gtamp.byethost31.com/dload.php?action=file&file_id=1# <- use this. :P

5
mIRC/pawn Scripting / Re: Small compiling problem with pawno
« on: January 12, 2010, 04:09:54 am »
Code: [Select]
weaponchecktimer = SetTimer("WeaponCheckTimer", 5000, 1,"i",i);
No SetTimer, is SetTimerEx and not implemented yet.

is
Code: [Select]
weaponchecktimer = SetTimer("WeaponCheckTimer", 5000, 1);
:/

7
XE Servers (Legacy) / :/... Spawn killing ("[BA]MRC96")
« on: March 18, 2009, 10:54:30 pm »
Nick: [BA]MRC96
Reason: Spawn killing...

12:14


12:15


12:18 (again)

8
XE Servers (Legacy) / Re: Spammer n00b ("Goku")
« on: March 18, 2009, 10:16:24 pm »
I'll warn him; don't worry :)

ok, aky...

9
XE Servers (Legacy) / Spammer n00b ("Goku")
« on: March 17, 2009, 03:58:07 am »


Fusking spammer...

10
XE Servers (Legacy) / Re: Server Admin
« on: March 11, 2009, 08:54:02 pm »
o_O No chatting ok... go somewhere else to talk.

Name: PlayerX
Age: 20 (truth)
Time Playing VCMP: 3 years
Average Hourly Play: 3 hours (I had no time last year...)
Average Days Play: every day (after the 7 P.M.)
Country: Argentina
Timezone: GMT-3:00 (Brazil, Buenos Aires, Georgetown)
Why: to control the server and that everything's fine... and for taking out the trash ... (Hp hack, armour hack multi-hack, spammer, idle, etc...)

Other: I speak Spanish, but I connect to the channels (IRC) to see and control...

11
XE Servers (Legacy) / Re: :/ Cheater: [DnA]Feyenoord. lol...
« on: February 25, 2009, 11:53:04 pm »
Sorry... is "[DnA]Feyenoord.", no "[DnA]Feyenoord", In the photo one sees the point.
The real one, does not bring point. sorry feye...

12
XE Servers (Legacy) / :/ Cheater: "[DnA]Feyenoord." - No "[DnA]Feyenoord"
« on: February 25, 2009, 12:54:25 am »
He is not, is different.

Armour Hack & Gravity Mod.





It does not use a point. is "[DnA]Feyenoord"

13
XE Servers (Legacy) / Re: Scripts Suggestions
« on: December 24, 2008, 10:56:37 pm »
:/... add bad words:

puto
mierda
tarado
porqueria
perra
puta
sorete
estupido
pelotudo
bastardo

then step over them...

PX...

14
XE Servers (Legacy) / Re: Spammer spanish
« on: December 23, 2008, 12:53:39 am »
:/... add:

puto
mierda
tarado
porqueria
perra
puta
sorete

then step over them...

PX...

15
XE Servers (Legacy) / Spammer spanish
« on: December 18, 2008, 02:46:55 am »
Look for a admin who speak Spanish, when no admins are beginning to insult and write repeatedly... Even when they are...



Insult in Spanish...



thanks... (I speak Spanish and I have to use a translator...)

Pages: [1] 2