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

#1
mIRC/pawn Scripting / MY Scripts!!!!
April 21, 2011, 08:13:17 AM
Finally i fixed all buggs and my login/register system was changed to gups caz it dosent save cash
and i got 40 warning when compiled i was so happy  ;D and started the server OMFG i saw this Error!

Script[gamemodes/Fuck.amx]: Run Time error 19: "File or function is not found"

i tried to remove the login/register system but no use! Help me!!
i havent added anypickups still this error

please help me guys


#2
mIRC/pawn Scripting / Set World Bounds in Pawno?
April 18, 2011, 09:39:41 AM
SetWorldBoundary(playerid,blalbalbalba); avalabe in pawno?
Setting World Boundary For a just 1 player?
if no anyway to make like this?>
#3
mIRC/pawn Scripting / Squirrel
March 31, 2011, 09:13:10 AM
Any Link for downloading squirrel every time i download a squirel Game mode and lauch it it says:
The Application has failed to start because confiraration is incorrect reinstalling may fix this shit

Any Way To Fix it?
Where Can i download Squirrel
Where can i download vcmp includes (if there)


thx in advance
#4
General Discussion / Admins plse help
March 30, 2011, 12:22:59 PM
User Name: scripter
Report: messagin me abusing words for no reason
Proof :http://img22.imageshack.us/img22/3811/cheaterru.png
Broken Rule:No insulting and flaming. - Insulting or flaming ANY member of the forums will get you in trouble.
Admin Please Take strict action please
@Scripter : This Shows your Culture
#5
Support / Strange Things in Vice City
March 30, 2011, 11:25:00 AM
Strange Things in Vice City :o

1)When i Enter Vehicle and exit then again reenter i cant get in
2)When i get in Heli it flys to air and then to water and it hit there and here and blasts i cant getout
3)When i go to Some Place and type any command nothin happends cant fire, if anyone fires nothin happend to me , i walk like doing moonwalk,cant jump it walks like Single player vice city videos
4)When i change skin on car i cant get out of car or when im geting inside car and change me skin it stuck if we /kill nothing happend only way is /q
5)Some Times Bullet Goes Through my Body and when i shoot it goes through other body BTF  Nothing happend to him. Even They Ban me for  hacking

There are many Things like this i cant remember............
Any Way to Fix this Buggs?
#6
Support / OMM LAWL
March 29, 2011, 11:32:33 AM
My Internet operater Dosent know what is port forwarding They Think port forwarding means Lan Number Forwarding ROFL!

Info
Internet: Relience
Myip : 123.237.128.221

Help needed:
I want to Port Forward
IN what Kind of Store can i buy The Router
How can i Use it
Is There anyname of Port Forwarding that Relience Guys KnoW?
What to ask them in store
What is the Cost of a router i know its different But can u Round up and say a cheap amount?

Or

Can u Guys Port Forward for me ? 
Return: Make u Admin in my Server freestlez-Role play or (Give Cash in any server 5k) exept Hunting caz im banned

Thanks in Advance..........
#7
General Discussion / Freestylez Role-play
March 27, 2011, 05:29:17 PM
Freestylez Role-playin Server

/c commands

Cop Commands

  • Restock
    Pull
    UnderCover
    Jail
    Stealthmode
    sus
    Wanted
    Radio
    Fbi
    Swat


Medic,Civilians,Taxi

  • Heal
    taxi
    911
    medic
    ad
    deposit
    withdraw
    cash
    report

Criminals

  • Robbank
    Smuggle
    rob
    Buyweps
    Plantbomb

Systems:

1)Login/Register System

  • Login
    Register

2)Property System

  • Buyprop
    SellProp
    Shareprop
    unshareprop
    propspawn

3)BuyFood And Take Food system
Buyfood [Foodname]
Food Name:  Wine , Whisky, cola ,Juice, icecream, wine etc
Buyfood [Foodname]  Takefood to Heal your self

4)BuyDrugs and Take Drugs system
Buydrugs [Drugsname]
Drugs Name: Weed , Cocaine , lsd
Takedrugs [Drugsname]

5)Vehicle system

  • buycar
    car
    repair
    sellcar
    sharecar
    unsharecar

!commands

  • !hp
    !admins
    !commands lol
    !cmd<1-4>
    !copworkhelp
    !cophelp
    !medichelp
    !taxihelp
    !civilianhelp
    !criminalhelp

Many More Commands Coming soon These are the lastest made Commands ill update new commands news here

Note:No Use Of Coming to the Server now caz its under construction and restart may accur so you will get irritated

AnyWay Here is the ip: 124.125.34.113:5192

Hope Everyone Like it!




anyway here ip the ip

#8
mIRC/pawn Scripting / Prop Spawn
March 27, 2011, 04:27:48 PM
can u write Cord for a propspawn system please  ::)   ::)   ::)  ::)  ::)  ::)   ::)   ::)
#9
mIRC/pawn Scripting / Skin Bugg!!
March 27, 2011, 02:51:07 PM
This Bug is Ruinin my server any way to fix it???
Example In Spawn Skins Selection if tommy and lance it shows only tommy on both!!
Any Way To Fix it? Thx in advance  ;D ;D ;D ;D ;D
#10
mIRC/pawn Scripting / HELP NEEDED GUYS!!!
March 26, 2011, 02:51:09 PM
I want a Command That a Player Can Heal other Player using /c heal [Playerid]

Please Help me
#11
mIRC/pawn Scripting / Help needed please
March 24, 2011, 10:16:25 AM
Im Currently working on a Counter-Strike GM I need 2 commands Help from u guys plse help
1st:
Plantbomb

}
if(strcmp(cmd, "PlantBomb", true) == 0)
{
new param[256];
    param = strtok(cmdtext,idx);
if(PlayerToPoint(25.0,playerid, -1108.7896, 300.2706, 12.2578))SendClientMessage(playerid,COLOR_GREEN,"You need to be in Bomb Site");
if(PlayerInfo[playerid][Ts] = 1) // Ts means Terrerist strike
if(IsPlayerHavingBombs[playerid] = 1)     
{
PlayerInfo[playerid][Bombplanted] = 1;
    SendClientMessageToAll(COLOR_RED,"Bomb Has Been Planted");
}
return 1;
}


in this When 10seconds over and Bomb Blasted it announces Terrorist Wins!!

2nd:
}
if(strcmp(cmd, "DefuseBomb", true) == 0)
{
new param[256];
    param = strtok(cmdtext,idx);
if(PlayerToPoint(25.0,playerid, -1108.7896, 300.2706, 12.2578))SendClientMessage(playerid,COLOR_GREEN,"You need to be in Bomb Site");
if(PlayerInfo[playerid][Cs] = 1) Counter-Stike
if(IsPlayerHavingDefuser[playerid] = 1)
if(PlayerInfo[playerid][Bombplanted] = 1)
{
PlayerInfo[playerid][BombDefused] = 1;
    SendClientMessageToAll(COLOR_RED,"Counter-Strike Wins!");
    SendClientMessageToAll(COLOR_RED,"Bomb Has Been Defused");
}
return 1;


If Defused With 10 sec It Announces Counter Terrerist Wins!!

im Not Good at Timerx function plse help me !!
#12
mIRC/pawn Scripting / Need Help?
March 22, 2011, 12:37:59 PM
Hello Guys  Today i can help you guys in 2 things

1.I Will Make Game Modes For Free Only Simple One With Maximum Commands 15

2.I can Teach You Pawno For Free

I Only Ask One Thing In Return Credits!!!


#13
Support / Radio station in india dont work?
March 20, 2011, 09:50:26 AM
Im living in india and i cant use Radio in my vehicle WTF!!! in mp or sp. i have tried in other computers,downloaded the game,buyed the game,etc NO USE!! IT DONT WORK!!! please help
#14
ShowRoom (pawn) / Pawno tutorial by yazeen
March 20, 2011, 09:08:06 AM
I Have Made A Tutorial On Functions Of simple Server Made With Pawno Here Is The Link

http://www.megaupload.com/?d=2ED6YAJH

Instuctions To Use

1.Unrar The File
2.Open Pawno
3.ctrl + O and open the pwn file
4.Read and understant the file
5.Be a Pawno scripter

Hope it help ya out
Any Questions just ask me
#15
mIRC/pawn Scripting / Help me Come here
March 19, 2011, 08:49:48 AM
I need help on how to make status tag for 5 kills, 10kills etc

example !stats player types

playerstats: 100kills 67deaths Tag:Crime boss Level:20

please Tell me how to use it im making sharks vs mario type server and

Gametextbottom for players when 1 kills it shows 1/10

my server features

login/register system

Buycar/sellcar system

bounds set so players cant getoutta prawn island

pickups teleports

!shop and teleports to shop

skin select in prawn island

more coming zoon please help me guys
#16
mIRC/pawn Scripting / Set world bounds
March 14, 2011, 09:46:32 AM
What is used to find  world bounds is there any software if yes plse give link

if no plse help
#17
mIRC/pawn Scripting / Little scripting help here
March 02, 2011, 06:11:47 AM
im making a rpg server here are my doubt

. how to block the way just like sharks vs mario we cant go out

.viewing reports in server after posting reports [only for admins] delete report command too

.What is setanim command ?what is its use ?

.property making system in server eg:!addprop villa 50200

.taking food for hp in pizza corner after buying wth cash same thing with drugs at docks after logout and next login the items should be with the player

plse help

New questions added

.What is use of settimer and give me an example

there are many more questions but i forgot!!!

ill update it here when i get some questions  thx in advance
;D
#18
mIRC/pawn Scripting / help
February 27, 2011, 11:02:10 AM
HELP 

HOW TO MAKE DIFFERENT MESSAGES FOR DIFFERENT PICKUPS I MADE AS ROBD SAID BUT ERRORS COME WHEN COMPILING

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;
}



this error comes when i used this

C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(194) : warning 202: number of arguments does not match definition
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(194) : warning 202: number of arguments does not match definition
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(289) : error 010: invalid function or declaration
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(293) : error 010: invalid function or declaration
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(355) : warning 202: number of arguments does not match definition
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(377) : warning 204: symbol is assigned a value that is never used: "szMsg"
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(388) : warning 204: symbol is assigned a value that is never used: "szMsg"
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(399) : warning 204: symbol is assigned a value that is never used: "szMsg"
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(402) : warning 202: number of arguments does not match definition
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(418) : warning 202: number of arguments does not match definition
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(433) : warning 202: number of arguments does not match definition
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(445) : warning 202: number of arguments does not match definition
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(589) : warning 202: number of arguments does not match definition
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(593) : warning 203: symbol is never used: "snick"
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(1984) : warning 204: symbol is assigned a value that is never used: "string"
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(1992) : warning 204: symbol is assigned a value that is never used: "string"
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(2016) : warning 203: symbol is never used: "wep"
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(2672) : warning 213: tag mismatch
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(2698) : warning 204: symbol is assigned a value that is never used: "sp"
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(3852) : warning 204: symbol is assigned a value that is never used: "string"
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(3881) : warning 209: function "IsAnyoneWanted" should return a value
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(3953) : warning 203: symbol is never used: "PerformSQLquery"
C:\Documents and Settings\yachu\Desktop\New Folder\RPGv1.1\gamemodes\RPG.pwn(3953) : warning 203: symbol is never used: "PerformSQLquerySelect"
Pawn compiler 3.0.3367 Copyright (c) 1997-2005, ITB CompuPhase


2 Errors.