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

#16
ahh shit  ;D ok thax anyway... now im thinkiing that pawn is too limited in functions .... tato ,someday we will have to move ARG Crew SCRIPT to squirrel i think  :-\
#17
  Hi  ;D, i was trying to create a more reallystic system for kill reward .. So i thought if would be possible to make a drop money for reward. I had many troubles when i make this .I know that i have to make a new pickup on player dead with the money ID , and them add the function of pickedup .
Quoteif(pickupid == 7) {
IncPlayerHandCash( playerid, 100);     
       
But i don't know how to delete the pickup after player take money ..... Please if someone solve this , post the code or help me by PM  :D

thx another timeee  :P
#18
mIRC/pawn Scripting / Re: Icons Markers :D
March 28, 2011, 02:06:03 AM
EXELENTE AMIGO xD  :D
#19
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  ::)
#20
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  ;) !!!

#21
XDXD Cooolz i like it bro XD
#22
ShowRoom (pawn) / Re: Warchiefs v1.0 by Madara
March 24, 2011, 04:09:48 AM
XD it's a expression :D like saying WOW
#23
ShowRoom (pawn) / Re: Warchiefs v1.0 by Madara
March 23, 2011, 05:23:31 AM
DAMN is like gups scripts it has 5 pages  :o
#24
server not working doesn't show the skin selector
#25
cool thanks!
#26
ShowRoom (pawn) / Re: Some useful script
March 22, 2011, 04:11:47 AM
something is wrong with the call thing when i try to put /c call it says you are in a call right now can u fix it plz !!
#27
ShowRoom (pawn) / Re: Some useful script
March 22, 2011, 03:11:39 AM
XDDD cool the call thing i understand now
#28
ShowRoom (pawn) / Re: Some useful script
March 22, 2011, 03:09:16 AM
what is this for??
#29
mIRC/pawn Scripting / Re: 0.3z rcon Commands
March 22, 2011, 01:27:25 AM
some commands are not working like password or newpickup or spawnpickup ...... a lot more :S
#30
mIRC/pawn Scripting / Re: 0.3z rcon Commands
March 21, 2011, 02:35:02 AM
Quote from: Falcon on July 22, 2007, 02:59:27 PM
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