• 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 - 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 / 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)


#3
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)
#4
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