• 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 - BIG[H]

#181
mIRC/pawn Scripting / Re: Auto Event ??
February 14, 2011, 03:04:15 PM
ROLF WTF WTF WTF WTF ROLF Explain Clearly and give us some COde we will modify it
#182
ShowRoom (pawn) / Re: BLACK PANTHER v 1.1
February 14, 2011, 03:02:40 PM
give any Idea i will make It Better xD :-X
#183
mIRC/pawn Scripting / Re: The question on the location
February 14, 2011, 08:10:11 AM
yea you have to do this. cuz SendRconCommand not Working :(
#184
ShowRoom (pawn) / Re: Some usefull functions
February 13, 2011, 06:12:32 PM
Please Write Code Here
#185
mIRC/pawn Scripting / Re: One can! Llms in pawno (PWN)?
February 13, 2011, 06:09:57 PM
Easiest even i released a Game mode (Black Panther)
#186
Where is [size=200pt]VR[/size]
#187
mIRC/pawn Scripting / Re: here help me
February 13, 2011, 06:06:56 PM
Quoteelse 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;

Only Rcon Admin can kick

   
Quoteelse if (strcmp(cmd, "kick", true) == 0) {
      new reason[256], plr, szMsg[256];
      tmp = strtok(cmdtext, idx), reason = strtok(cmdtext, idx), plr = FindPlayerIDFromString(tmp);
if(!IsPlayerAdmin(playerid) SendClientMessage(playerid,COLOR_RED,"You are not Rcon Admin");
      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;
#188
ShowRoom (pawn) / Re: BLACK PANTHER v 1.1
February 13, 2011, 10:51:58 AM
xD
#190
ShowRoom (pawn) / Re: Some usefull functions
February 13, 2011, 04:16:35 AM
aXXo How to Make A Subnet Ban CMD O_o
#191
mIRC/pawn Scripting / Re: The question on the location
February 12, 2011, 02:56:17 PM
sorry its /set 16
not /set16
try /set 16
#192
mIRC/pawn Scripting / Re: GUPS question
February 11, 2011, 08:47:50 PM
Quoteelse if (strcmp(cmd, "back", true) == 0) {
       new name[20], string[128];
       GetPlayerName(playerid, name, 20);
          format(string, sizeof(string), "%s, Is Back!", name);
          SendClientMessageToAll(COLOR_GREEN, string);
          return 1;
    }

He is using GUPS so he didn't need
QuoteGetPlayerName(playerid, name, 20);

he can use gPlayers[playerid] :P


Quoteelse if (strcmp(cmd, "back", true) == 0) {
       new string[128];
          format(string, sizeof(string), "%s, Is Back!", gPlayers[playerid]);
          SendClientMessageToAll(COLOR_GREEN, string);
          return 1;
#193
mIRC/pawn Scripting / Re: The question on the location
February 11, 2011, 08:46:56 PM
I don't know Icons ID and u may test all 1 to 100 what ever
#194
mIRC/pawn Scripting / Re: help about cars
February 10, 2011, 11:23:16 AM
ITS Default Server Setting xD ::) u can't Change it
#195
mIRC/pawn Scripting / Re: The question on the location
February 10, 2011, 06:21:54 AM
QuoteSuch us ,  i type /heal ,   but i am not in hospital.  So   "  u are not in the hosopital '

how can i Identify the location  , setplayerpos or ?


So , What how i can write in the pawno ..    I don' t know ..

and how can I  creat a icon  On the radar,,,   Thanks .

xD you are Using GUPS huh

So For Heal CMD Find this

Quoteelse if (strcmp(cmd, "!heal", true) == 0) {
       new Float:Health; GetPlayerHealth(playerid,Health);
                                       if(strcmp(GetPlayerLocation(playerid), "Hospital-Vice-Point-Vice-City-Beach", true) == 1)                                        

SendClientMessage(playerid,COLOR_GREEN, "You have to be at the hospital.");
         else if (Health >= 100) SendClientMessage(playerid,COLOR_GREEN,"Error: You are healthy!");
       else {
           SetPlayerHealth(playerid,100.0);
              SendClientMessage(playerid,COLOR_GREEN,"You have been healed.");
       }
       return 1;
}

Change it TO this :
Quoteelse if (strcmp(cmd, "!heal", true) == 0) {
     new Float:Health; GetPlayerHealth(playerid,Health);

       if (Health >= 100) SendClientMessage(playerid,COLOR_GREEN,"Error: You are healthy!");
     else {
        SetPlayerHealth(playerid,100.0);
           SendClientMessage(playerid,COLOR_GREEN,"You have been healed.");
     }
     return 1;
}

And If you want To Create icon i have Solution But In pawn SendRconCommand is Bugged xD


so Login as admin type in game
your rcon password from server.cfg

Quote/admin rcon_password

then type
Quote/s iconbla
it will give u Coords then Hurry Don't miss the Coordsor anyone will with Talk will remove it
your coords will be Look like this

Class :0 0 0 0 Pos:x Pos:y Pox:z Angle 0 0 0 0
pos are Numbers of map where u are standing
then type
Quote/set 16 Icon-ID Pos:x Pos:y Pos:z
for Easy i give u example

i type
Quote/s posicon

then it comes
QuoteClass : 0 0 0 0 -396.45454 324.68541 -435.4442 29.54544 0 0 0 0
and next i type
without angle and Zero's
with Icon ID
Quote/set 16 23 -396.45454 324.68541 -435.4442
EDIT: the icon comes for Player who are in game not for then who after icon appear Connect server you will have to type it again when some one connect's