• 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

Topics - theway

#1
PutDirectlyInVehicle(playerid,vehicleid)

work?

What should i do
#2
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
#3
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
#4
mIRC/pawn Scripting / about settimer
February 18, 2011, 06:27:04 AM

how can i ?
3 seconds after the first send a message to the players, then 3 seconds later to give the player to fill the blood, and so on?

Settimer? 
#5
How can i  write Auto kick of spamming  in pawno

who can give me  spam kick  Script   .  thanks
#6
mIRC/pawn Scripting / type T to say problem
February 11, 2011, 09:29:24 AM
If the player say a word, for example, "where are you"


So next words continue to be "where are you"


Constantly said, "where are you"


How do I can forbid them? Pawno to write
#7
mIRC/pawn Scripting / pickup problem
February 11, 2011, 07:58:40 AM
Till I come into contact with PICKUP, eat it, how let him display information to eat it players?
#8
mIRC/pawn Scripting / The question on the location
February 10, 2011, 04:06:32 AM
Such 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 ..