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

#1
ShowRoom (pawn) / Re: Warchiefs v1.0 by Madara
March 22, 2011, 06:57:50 AM
msn,i add u
#2
ShowRoom (pawn) / Re: Warchiefs v1.0 by Madara
March 22, 2011, 04:53:24 AM
  else if (GetPlayerBank(playerid) < strval(tmp)) MessagePM(playerid, GREEN,"[Error] - You don't have enough money to withdraw.");

didn't work
#3
ShowRoom (pawn) / Re: Warchiefs v1.0 by Madara
March 22, 2011, 01:42:24 AM
Now restored?
#4
ShowRoom (pawn) / Re: Warchiefs v1.0 by Madara
March 22, 2011, 01:13:31 AM
when i buy prop. can spawn  in my  prop?
#5
ShowRoom (pawn) / Re: Warchiefs v1.0 by Madara
March 21, 2011, 09:51:38 AM
when u buy prop , u can spawn in your prop is good  ,plz i think
#6
can work ?
#7
PutDirectlyInVehicle(playerid,vehicleid)

work?

What should i do
#8
ShowRoom (pawn) / Re: Warchiefs v1.0 by Madara
March 21, 2011, 08:09:10 AM
nice work, if i buy one prop, what can it do for me?  ,
  You test the pwn, what some bugs u know , if has some bug u need to tell us
#10
mIRC/pawn Scripting / Re: what should i do
March 12, 2011, 05:23:37 AM
delete every skin , but when u died,  u need to choose the skin, too
#11
mIRC/pawn Scripting / what should i do
March 11, 2011, 04:14:00 PM
If the player dies, how can immediately spawn, without the need to choose the skin before they can spawn, immediately spawn, how to do? Not need to select skin
#12
mIRC/pawn Scripting / Re: Help !Top
February 28, 2011, 05:12:30 AM
GetPlayerScore(playerid)   and Sentmess..  to player,  easy,  but u type F5, u can see player score, not?
#13
AddStaticPickup(id,type,Float:X,Float:Y,Float:Z)

and such as,  AddStaticPickup(5,514,Float:X,Float:Y,Float:Z)  , x and y and z,  u can in the game  type /s




//--
OnPickedUp(pickupid, playerid)

{
if (pickupid == 5 ){
SetPlayerHealth (playerid, 55);
}
//---like this
}


U know ?
#14
ShowRoom (pawn) / !afk and the !back commands
February 27, 2011, 04:11:21 PM
yeah man,  U know ,   if u setcontrollable = 0 , sometime,  other player can kill you,

in fact, you can add 
//--
new  xue;
//--     


now , please see .

else if (strcmp(cmd, "!afk", true) == 0) {
tmp = strtok(cmdtext, idx);
if (!strlen(tmp)) {
format(szMsg,sizeof(szMsg),"%s: is gone for a while!",gPlayers[playerid],playerid);
SendClientMessageToAll(COLOR_YELLOW, szMsg);
TogglePlayerControllable(playerid,0);
GetPlayerHealth(playerid,xue);
SetPlayerHealth(playerid,10000000);
}
return 1;
}//
                         else if (strcmp(cmd, "!back", true) == 0) {
tmp = strtok(cmdtext, idx);
if (!strlen(tmp)){
format(szMsg,sizeof(szMsg),"%s: is Back Beware !",gPlayers[playerid],playerid);
SendClientMessageToAll(COLOR_YELLOW, szMsg);
SetPlayerHealth(playerid,xue);
TogglePlayerControllable(playerid,1);
}

return 1;
}



When a player input !Afk when his health records to "  xue "
and  type !back  return  xue  to playerhealth .
then  if you type !afk,  so ,  nobody can kill u ,  but you can't move .. 

Our server : 61.164.159.35:7777
#15
mIRC/pawn Scripting / Re: Help !Top
February 27, 2011, 02:18:21 PM
I don't know  what your say