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.


Messages - theway

Pages: [1] 2
1
mIRC/pawn Scripting / Re: PutDirectlyInVehicle didn't work?
« on: March 21, 2011, 11:27:11 am »
can work ?

2
mIRC/pawn Scripting / PutDirectlyInVehicle didn't work?
« on: March 21, 2011, 11:18:28 am »
PutDirectlyInVehicle(playerid,vehicleid)

work?

What should i do

3
mIRC/pawn Scripting / Re: what should i do
« on: March 12, 2011, 07:23:37 am »
delete every skin , but when u died,  u need to choose the skin, too

4
mIRC/pawn Scripting / what should i do
« on: March 11, 2011, 06: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

5
mIRC/pawn Scripting / Re: Help !Top
« on: February 28, 2011, 07:12:30 am »
GetPlayerScore(playerid)   and Sentmess..  to player,  easy,  but u type F5, u can see player score, not?

6
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 ?

7
mIRC/pawn Scripting / Re: Help !Top
« on: February 27, 2011, 04:18:21 pm »
I don't know  what your say

8
mIRC/pawn Scripting / Re: help
« on: February 27, 2011, 02:02:02 pm »
Right:

 
Quote
public OnPlayerPickedUp(pickupid, playerid)
{
    if(pickupid == 1) {
        SendClientMessage(playerid,COLOR_GREEN,"use /c jobs to view jobs list");
    }
    return 1;

    if(pickupid == 2) {
        SendClientMessage(playerid,COLOR_GREEN,"you have drank a full bottle of beer");
        SetPlayerDrunk(playerid,300,true);
    }
    return 1;
}




try  this ,  is about " {} "  wrong,  my poor english   ,

9
mIRC/pawn Scripting / Re: about settimer
« on: February 18, 2011, 03:53:04 pm »
yes,  I want ,    I would like 3 seconds to all players plus blood, and then another 3 seconds to all players plus armor, a few seconds to set the time to 12 how about this?

10
mIRC/pawn Scripting / Re: about settimer
« on: February 18, 2011, 11:11:04 am »
and after heal player,  what should ? 

11
mIRC/pawn Scripting / about settimer
« on: February 18, 2011, 08: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? 

12
mIRC/pawn Scripting / Re: The question on the location
« on: February 14, 2011, 10:50:46 am »
SO bad  :)

13
mIRC/pawn Scripting / Re: The question on the location
« on: February 14, 2011, 06:22:48 am »
yeah man /set 16  is work,

but when i leave the server,    and join the server again ,  I can't see the  icon

/set 16 again?    so many player leave and join,  I don't want /set 16  too much

14
mIRC/pawn Scripting / How can i write Auto kick of spamming
« on: February 12, 2011, 09:50:48 am »
How can i  write Auto kick of spamming  in pawno

who can give me  spam kick  Script   .  thanks

15
mIRC/pawn Scripting / Re: The question on the location
« on: February 12, 2011, 04:11:29 am »
/set16   ( is not work)

Pages: [1] 2