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

#1
ShowRoom (pawn) / VC-MP STUNT Map v1.0 by HeToN
February 23, 2010, 01:50:27 PM
Hello. This is my STUNT map v1.0 for VC-MP [PAWN]
Screens:

--------------------------
Language: ENG/PL
--------------------------
Commands:
!commands
!teleports
!goto
!fix
!hp
--------------------------
Teleports:
!airport
!stadium
!stunt
!stunt1
!stunt2
!stunt3
!stunt4
!stunt5
------------------------------
Download links:
http://rapidshare.com/files/354661312/VC-MP_Stunt_by_HeToN.rar.html
http://w71.wrzuta.pl/sr/f/1R7c4bmKSjg/vc-mp_stunt_by_heton



#2
mIRC/pawn Scripting / Re: I need 2 scripts :)
February 22, 2010, 10:47:54 AM
:( ok.. who can make 2 script? race
#3
mIRC/pawn Scripting / Re: I need 2 scripts :)
February 22, 2010, 10:21:55 AM
error:

D:\Gta Vice City\gamemodes\stunt.pwn(325) : warning 202: number of arguments does not match definition
Pawn compiler 3.0.3367 Copyright (c) 1997-2005, ITB CompuPhase


1 Warning.


LINE 325
CreateVehicle(191,x,y,z,angle,-1,-1);
#4
mIRC/pawn Scripting / Re: I need 2 scripts :)
February 22, 2010, 10:18:12 AM
I do not understand you me english very bad :X
#5
mIRC/pawn Scripting / Re: I need 2 scripts :)
February 22, 2010, 10:12:52 AM
i have error compile:

D:\Gta Vice City\gamemodes\stunt.pwn(226) : error 017: undefined symbol "text"
D:\Gta Vice City\gamemodes\stunt.pwn(228) : warning 219: local variable "x" shadows a variable at a preceding level
D:\Gta Vice City\gamemodes\stunt.pwn(229) : warning 219: local variable "y" shadows a variable at a preceding level
D:\Gta Vice City\gamemodes\stunt.pwn(230) : warning 219: local variable "z" shadows a variable at a preceding level
D:\Gta Vice City\gamemodes\stunt.pwn(238) : warning 202: number of arguments does not match definition
D:\Gta Vice City\gamemodes\stunt.pwn(242) : warning 204: symbol is assigned a value that is never used: "string"

Pawn compiler 3.0.3367         Copyright (c) 1997-2005, ITB CompuPhase
#6
mIRC/pawn Scripting / Re: I need 2 scripts :)
February 22, 2010, 10:00:12 AM
pawn
#7
mIRC/pawn Scripting / I need 2 scripts :)
February 22, 2010, 09:27:43 AM
Hello. I need 2 scripts:
for spawn vehicle and race

first script  spawn pcj600 :)

two script:
I say !race
scripts says:
5
4
3
2
1
Go Go Go!

(sry for me english is very bad :P)


#8
mIRC/pawn Scripting / Re: plz script for flip car
February 21, 2010, 09:00:13 PM
i have compiler Error:
D:\Gta Vice City\gamemodes\stunt.pwn(305) : warning 219: local variable "x" shadows a variable at a preceding level
D:\Gta Vice City\gamemodes\stunt.pwn(305) : warning 219: local variable "y" shadows a variable at a preceding level
D:\Gta Vice City\gamemodes\stunt.pwn(305) : warning 219: local variable "z" shadows a variable at a preceding level
D:\Gta Vice City\gamemodes\stunt.pwn(307) : warning 202: number of arguments does not match definition
Pawn compiler 3.0.3367 Copyright (c) 1997-2005, ITB CompuPhase


4 Warnings.


please help :P
#9
mIRC/pawn Scripting / plz script for flip car
February 21, 2010, 08:28:45 PM
Hello. I need script for flip car please help. (sry for me english)
#10
very thx man :)
#11
Hello, I create script (teleport) to airport:

   else if (strcmp(cmd, "!airport", true) == 0)
   {
   tmp = strtok(cmdtext, idx);
      if (!strlen(tmp)) {
       SetPlayerPos(playerid,x,y,z -1284.8098,-867.6508,14.8680);
           SendClientMessage(playerid, COLOR_GREEN, "Welcome to Airport!!!");
      }
      return 1;
   }


and i have compiler error:
D:\Gta Vice City\gamemodes\stunt.pwn(271) : warning 213: tag mismatch
Pawn compiler 3.0.3367         Copyright (c) 1997-2005, ITB CompuPhase


1 Warning.

PLEASE HELP :( sry for me english.
SetPlayerPos(playerid,x,y,z -1284.8098,-867.6508,14.8680); <-- THIS IS LINE 271