- 0
Problema RPG
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
MaXeP
Salut !
Am si eu nevoie de putin ajutor legat de un gm
La compiled imi da 6 erori:
[pawn]C:\Documents and Settings\MaXeP\Desktop\RPG\pawno\include\JunkBuster.inc(69) : error 021: symbol already defined: "FALSE"
C:\Documents and Settings\MaXeP\Desktop\RPG\pawno\include\JunkBuster.inc(70) : error 021: symbol already defined: "TRUE"
C:\Documents and Settings\MaXeP\Desktop\RPG\pawno\include\JunkBuster.inc(3197) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")
C:\Documents and Settings\MaXeP\Desktop\RPG\gamemodes\rpg.pwn(59) : warning 235: public function lacks forward declaration (symbol "Fly")
C:\Documents and Settings\MaXeP\Desktop\RPG\gamemodes\rpg.pwn(105) : error 017: undefined symbol "OnFly"
C:\Documents and Settings\MaXeP\Desktop\RPG\gamemodes\rpg.pwn(105) : warning 215: expression has no effect
C:\Documents and Settings\MaXeP\Desktop\RPG\gamemodes\rpg.pwn(105) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\MaXeP\Desktop\RPG\gamemodes\rpg.pwn(105) : error 029: invalid expression, assumed zero
C:\Documents and Settings\MaXeP\Desktop\RPG\gamemodes\rpg.pwn(105) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
[/pawn]
la linea 69 si 70 am :
[pawn]GetPlayerCameraFrontVector(playerid,x,y,z);
v_x = x+0.1;[/pawn]
la 105 :
[pawn]if(!OnFly[playerid])
SetTimerEx("Fly",100,false,"i",playerid);
return 1;[/pawn]
Multumesc
1 answer to this question
Recommended Posts