• 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

#316
mIRC/pawn Scripting / Re: Auto Event ??
February 16, 2011, 01:06:15 PM
Still can understand you mean !m4 !m60 teleports you to the place you want with only the wep you will give if yes ill say code if no EXPLAIN CLEARLY   :)
#317
mIRC/pawn Scripting / Re: [help]Money bug.
February 15, 2011, 06:04:59 AM
GUPS huh? 

post ur lines here the buying stuff and ill repair it sorry for my bad english
#318
mIRC/pawn Scripting / Re: Help!
February 14, 2011, 04:51:41 PM
Events like give examples and ill make
#319
mIRC/pawn Scripting / Re: Any RPG mods?
February 14, 2011, 04:47:12 PM
yes i have one its posted in the pawno topice RPG SERVER BY YAZEEN download link is in it

thank you
#320
simple

public OnPlayerConnect(playerid)
{
ServerInfo[0][Countx] = 3;
SetWaterLevel(6.0);
SetGamespeed(100);


on this line add this

public OnPlayerConnect(playerid)

public OnPlayerConnect(playerid)
{
    [color=red]GameTextForPlayer(playerid,"Welcome to EXTREME RPG!",5000,5);[/color]
ServerInfo[0][Countx] = 3;
SetWaterLevel(6.0);
SetGamespeed(100);
#321
mIRC/pawn Scripting / Re: here help me
February 14, 2011, 01:40:40 PM
LOL if u mean /c tban is temporary ban there is no such thing just ban and after the time to unban just remove the banned name from the 'banlist' file. i dont know subnet ban and its to hard ask shadow or aXXo  ill help you with slap here is code


   }
   else if (strcmp(cmd, "slap", true) == 0) {
      new reason[256], snick[256], plr, health[256], szMsg[256];
      tmp = strtok(cmdtext, idx),snick = strtok(cmdtext, idx), plr = FindPlayerIDFromString(snick), health = strtok(cmdtext, idx);
      else if (!strlen(health)) SendClientMessage(playerid,COLOR_RED,"USAGE: /c slap [Nick/ID] [health] [Reason]");
        else if (plr == INACTIVE_PLAYER_ID) SendClientMessage(playerid,COLOR_RED,"Error: Unknown player");
      else {
         format(szMsg,sizeof(szMsg),"Admin %s slapped: %s's hp to :[ %d% ]",gPlayers[playerid],gPlayers[plr],strval(health,cmdtext[strlen(tmp)+6]));
         SendClientMessageToAll(COLOR_GREEN,szMsg);
         SetPlayerHealth(plr,strval(health));
      }
      return 1;


did this without compiling so if u find error plse say to me  ::) 8)
#322
ShowRoom (pawn) / Re: Some usefull functions
February 14, 2011, 03:15:27 AM
shadow can u give the code for making properties pickup by typing !addprop my gups have this cmd but dont work so i deleted it can u give me the code plse 
#323
mIRC/pawn Scripting / Re: here help me
February 13, 2011, 05:23:20 PM
here how to add kick

}
   else if (strcmp(cmd, "kick", true) == 0) {
      new reason[256], plr, szMsg[256];
      tmp = strtok(cmdtext, idx), reason = strtok(cmdtext, idx), plr = FindPlayerIDFromString(tmp);
      else if (!strlen(reason)) SendClientMessage(playerid,COLOR_RED,"USAGE: /c kick [Nick/ID] [Reason]");
        else if (plr == INACTIVE_PLAYER_ID) SendClientMessage(playerid,COLOR_RED,"Error: Unknown player");
      else {
         format(szMsg,sizeof(szMsg),"Admin %s kicked player:[ %s ] Reason:[ %s ]",gPlayers[playerid],gPlayers[plr],cmdtext[strlen(tmp)+6]);
         SendClientMessageToAll(COLOR_GREEN,szMsg);
         Kick(plr);
      }
      return 1;


anyone can kick in this lol i dont know how to set it for admin
#324
mIRC/pawn Scripting / Re: Auto Event ??
February 13, 2011, 03:55:31 PM
what u mean auto event please explain so ill help
#325
mIRC/pawn Scripting / Re: One can! Llms in pawno (PWN)?
February 13, 2011, 03:54:43 PM
Learinng pawno is simple and fun im 14 and have a RPG server if u want to learn pawno first u need to know the scripts so go to this site  http://famp.ru/wiki first download gups1.16 then try to add scripts first u will fail keep on trieing after 1 year or 2 u will be a pro in scripting


;D ;D ;D ::)
#326
mIRC/pawn Scripting / Re: pickup problem
February 13, 2011, 03:39:51 PM
add this

{
public OnPickedUp(pickupid, playerid)
      SendClientMessage(playerid,COLOR_RED,"message here");
      }
        return 1;
      }


IM 14 old noob player with a poor RPG server and bad skilled player