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 - Castagna

Pages: 1 ... 4 5 [6] 7 8
76
mIRC/pawn Scripting / Re: RANDOM WEATHER (pawn) help please !!!
« on: March 25, 2011, 03:15:02 am »
mm , i had seen a server with pawn that have random weather in apwno, also the RPG server realise (miami-roleplay) ,have this ... but thaks anyway ;)   sorry for my poor inglish  ::)

77
mIRC/pawn Scripting / RANDOM WEATHER (pawn) help please !!!
« on: March 24, 2011, 11:37:51 pm »
Hi guys .. well i was tryng to make a random weather with pawno ,like in 2 minutes chage sunny to rainy ... i use timmers but i can't do it  ??? please someone can help me in this  ;D i reall need the code of random weather  :-[  .

                                                      THX for all  ;) !!!
 

78
mIRC/pawn Scripting / Re: 0.3z rcon Commands
« on: March 22, 2011, 03:27:25 am »
some commands are not working like password or newpickup or spawnpickup ...... a lot more :S

79
mIRC/pawn Scripting / Re: 0.3z rcon Commands
« on: March 21, 2011, 04:35:02 am »
Hope this helps you scripters out there.

Full list of rcon commands.

kick <id> (explains itself)
ban <id> (explains itself)
banip <ip> (explains itself)
unban <ip> (explains itself)
password <newpassword> (sets password)
maxplayers <newmaxplayers> (sets max player limit)
gethp <id> (outputs players health to [gethp] <id> <health>)
getarmour <id> (outputs players armour to [getarmour] <id> <armour>)
getmoney <id> (outputs players money to [getmoney] <id> <money>)
getloc <id> (outputs players health to [getloc] <id> <pos.x> <pos.y> <pos.z>)
gethr (outputs current hr to [gethr] <currenthour>)
getmin (outputs current minute to [getmin] <currentminute>)
getweather (outputs current weather to [getweather] <currentweathervalve>)
getspectators (outputs current amount of people in spectator mode to [getspectators] <amount>)

adminchat <text> (Display text in server)
adminmsg <id> <text> (Sends text to id only)
sethr <newhour> (explains itself)
setmin <newminute> (explains itself)
setweather <valve> (Changes weather to new valve)
settimerate <rate> (changes rate time counts)

set 1 <id> <pos.x> <pos.y> <pos.z> <interourid> (sets players position and interour)
set 2 <carid> <health> (sets vehicle health)
set 3 <carid> <status> (sets car door status etc 4 = locked)
set 4 <id> <money> (sets players money)
set 5 <id> <weaponid> (sets players weapons .. note 0 will remove all weapons)
set 6 <id> <state> (sets players control state)
set 7 <id> (removes marker from player)
set 8 <carid> <pos.x> <pos.y> <pos.z> (sets car location)
set 9 <id> <carid> (put player into car)
set 10 <id> <health> (sets player health)
set 11 <id> <colour> (show player marker and change colour)
set 12 <id> <armour> (set players armour)
set 13 <id> <text> (display text centre .. note this uses std gxt)
set 14 <id> (set player non imune to other players)
set 15 <id> (set player imune to other players)
set 16 <marker> <pos.x> <pos.y> <pos.z> (set icon and posation)
set 18 <carid> (kils car engine)

newpickup <type> <pos.x> <pos.x> <pos.y> (creates pickup at position and outputs too [newpickup] <pickupid> <type> <pos.x> <pos.y> <pos.z>)
deletepickup <pickupid> (explains itself)
spawnpickup <pickupid> (respawns pickup)
spickupplayer <playerid> <pickupid> (spawns pickup for player only)
do <playerid> <anim> (set players animation)

players (returns this info in order - id,playername,ip,port,playerhealth,playerarmour,coord-x,coord-y,coord-y,carid,currentweapon,currentcarhp,players,currentmoney)





The pickup thing not working mmmm

80
mIRC/pawn Scripting / Re: 0.3z rcon Commands
« on: March 21, 2011, 04:27:47 am »
thnks

81
Tutorials / Re: Pawno tutorial by yazeen
« on: March 20, 2011, 06:49:03 pm »
how can i put a rcon admin command???? ;D

82
Support / Re: HELP WITH MY FRIEND!!!
« on: March 19, 2011, 08:35:33 pm »
I tried registering a new account for my pal but the activation letter didnt reach my mail i tried it on yahoo,hotmail,gmail,etc BTW no use
i know ...but how can i talk with the owner of the forum or someone who can help me with my friend ... thanks

83
Support / Re: HELP WITH MY FRIEND!!!
« on: March 18, 2011, 04:54:01 am »
he alrady tried with gmail and hotmail T_T

84
Support / HELP WITH MY FRIEND!!!
« on: March 16, 2011, 05:07:37 am »
my friend can not register  :o :o :o because when he put his email the activation code is not in his mail or spamm file ???? HELP PLZ

85
mIRC/pawn Scripting / Re: Set world bounds
« on: March 15, 2011, 08:53:11 am »
Errm. I bet you can use my forumla from PlayerToPoint with exact range and it will return the correct bounds :D

XD 4reals i didnt thing about that XD

86
mIRC/pawn Scripting / Re: Function Pickups help plz
« on: March 12, 2011, 02:49:11 am »
thanks for try bre i found the way to do it thanks for all ;D ;D

87
mIRC/pawn Scripting / Re: Function Pickups help plz
« on: March 10, 2011, 04:15:04 am »
Code: [Select]
    new i;
for(i=0; i++);
if((i>=91) || (i<=103))
{
IncPlayerHandCash(playerid,100);
}
<=============== there is the code
Quote
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(309) : error 001: expected token: ";", but found ")"
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(309) : error 036: empty statement
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(1982) : warning 204: symbol is assigned a value that is never used: "MaxPlayers"
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(2589) : warning 204: symbol is assigned a value that is never used: "enstr"
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(3680) : warning 213: tag mismatch
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(4577) : warning 213: tag mismatch
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(4578) : warning 202: number of arguments does not match definition
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(4584) : warning 213: tag mismatch
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(4896) : warning 204: symbol is assigned a value that is never used: "LMSkiller"
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(4993) : warning 209: function "GetPlayersinLMS" should return a value
Pawn compiler 3.0.3367         Copyright (c) 1997-2005, ITB CompuPhase


2 Errors.
The F*** Errors thanks still mmmm i have an idea why yo dont try in all forms possible in a new script and maybe we found it :D

88
mIRC/pawn Scripting / Re: Auto Event ??
« on: March 09, 2011, 09:00:43 am »
SetPlayerWeapon(i,random(33),9999);
 that exist?

89
mIRC/pawn Scripting / Re: Function Pickups help plz
« on: March 09, 2011, 05:19:40 am »
Quote
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(308) : error 001: expected token: ";", but found ")"
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(308) : error 036: empty statement
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(309) : error 017: undefined symbol "i"
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(1980) : warning 204: symbol is assigned a value that is never used: "MaxPlayers"
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(2586) : warning 204: symbol is assigned a value that is never used: "enstr"
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(3668) : warning 213: tag mismatch
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(4824) : warning 204: symbol is assigned a value that is never used: "LMSkiller"
C:\Users\Tato\Desktop\servers de otra gente\server xa v6\gamemodes\mode.pwn(4921) : warning 209: function "GetPlayersinLMS" should return a value
Pawn compiler 3.0.3367         Copyright (c) 1997-2005, ITB CompuPhase


3 Errors.
OMG i think we are close bro thanks still for trying to help me :DDDD

90
mIRC/pawn Scripting / Re: Function Pickups help plz
« on: March 09, 2011, 04:20:52 am »
i think let me try ok ;D ;D

Pages: 1 ... 4 5 [6] 7 8