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

Pages: [1]
1
mIRC/pawn Scripting / Re: I need 2 scripts :)
« on: February 22, 2010, 12:47:54 pm »
:( ok.. who can make 2 script? race

2
mIRC/pawn Scripting / Re: I need 2 scripts :)
« on: February 22, 2010, 12:21:55 pm »
error:
Code: [Select]
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);

3
mIRC/pawn Scripting / Re: I need 2 scripts :)
« on: February 22, 2010, 12:18:12 pm »
I do not understand you me english very bad :X

4
mIRC/pawn Scripting / Re: I need 2 scripts :)
« on: February 22, 2010, 12:12:52 pm »
i have error compile:
Code: [Select]
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

5
mIRC/pawn Scripting / Re: I need 2 scripts :)
« on: February 22, 2010, 12:00:12 pm »
pawn

6
mIRC/pawn Scripting / I need 2 scripts :)
« on: February 22, 2010, 11: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)



7
mIRC/pawn Scripting / Re: plz script for flip car
« on: February 21, 2010, 11:00:13 pm »
i have compiler Error:
Code: [Select]
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

8
mIRC/pawn Scripting / plz script for flip car
« on: February 21, 2010, 10:28:45 pm »
Hello. I need script for flip car please help. (sry for me english)

9
mIRC/pawn Scripting / Re: Teleport script problem :( please help
« on: February 21, 2010, 01:17:06 pm »
very thx man :)

10
mIRC/pawn Scripting / Teleport script problem :( please help
« on: February 21, 2010, 12:39:19 pm »
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


Pages: [1]