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.


Topics - Dawood136

Pages: [1]
1
mIRC/pawn Scripting / How to add properties and pickup's for them ?
« on: March 25, 2011, 09:54:34 am »
How to add properties and pickup's for them ? can any one telllllllllllllll  meeeeeeeeeeeeeeeeeeeee

2
mIRC/pawn Scripting / Filter Scripts
« on: March 16, 2011, 06:06:59 pm »
Any Filter Scripts For VCMP , Cuz I Need To Know That which filter scripts does vcmp got , i only know one filter script like of spamming + flooding , So Please If you know any filter script important Please Tell ME


Thank You

3
mIRC/pawn Scripting / Help Please
« on: March 04, 2011, 08:00:08 am »
my !givecash is buged when some one do !givecash [playername/id] [ammount] it says invalid player i tried alot but it don't work

My Code :

      
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;
    }

4
mIRC/pawn Scripting / Need a Pro Scripter
« on: March 03, 2011, 01:08:09 pm »
Hello Friends ,
                  I need a good pro scripter for my server which  is going to be official in some days , but first i need a scripter

I will Also Pay Him $$$ , I am Not Joking "IF I WILL GET $$$ FROM OUR FORUMS OR FROM THE OTHER THING I will Pay Him $$$"


Regards :
            Dawood Sahi

5
Support / Need RPG Scripts ...........
« on: December 21, 2010, 09:55:22 am »
i need rpg scripts for my rpg server but i can't found it in samp you can just search on google and you will find them and only one script there are showrooms of scripts but will vcmp SORRY NO SCRIPTS  >:( and now some one create a rpg server ppl come and see !commands / !help no rpg scripts only GUPS and then they /q no more funnnnnnn in vcmp and when we create a rpg server in samp no one comes on that cuz it already have alot of servers running and now i need your help to make rpg servers in VICE CITY MULTIPLAYER and vice city single player is only a real life game so why not rpg in VC:MP why


after all the topic is need rpg scripts so plz help me and others to get the scripts and make servers


Sign :
        Dawood Sahi

Pages: [1]