Započeo FullSlaSh
•5. Apr. 2010.error sa raceom
1,240
pregleda
7
postova
Wheel Man
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
44
Postovi:
7
Teme:
Pridružio se:Mar. 2010
5. Apr. 2010.
nasao sam race na ovoj temi http://balkan-samp.com/forum/index.php?topic=1457.0 i kada sve ubacim izbaci mi errore:
to jest na ovom djelu :
treba mi pomoc jer stvarno u ovom neam pojma, znam one osnove ali ovo ne xD
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(3415) : error 029: invalid expression, assumed zero
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(3415) : warning 215: expression has no effect
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(3415) : error 001: expected token: ";", but found "if"to jest na ovom djelu :
else if(CP == 300) { CP = 301; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1854.2563,846.4569,35.0569, 10.0); }treba mi pomoc jer stvarno u ovom neam pojma, znam one osnove ali ovo ne xD
Kingpin
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
1,007
Postovi:
12
Teme:
Pridružio se:Nov. 2009
Wheel Man
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
44
Postovi:
7
Teme:
Pridružio se:Mar. 2010
5. Apr. 2010.
public OnPlayerEnterCheckpoint(playerid)
{
new string;
new name;
//-----------------------------------NRG--------------------------------------------
else if(CP == 300) { CP = 301; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1854.2563,846.4569,35.0569, 10.0); }
else if(CP == 301) { CP = 302; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1673.5345,846.2385,24.6948, 10.0); }
else if(CP == 302) { CP = 303; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1560.8887,844.1173,7.0391, 10.0); }
else if(CP == 303) { CP = 304; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1526.5807,884.1758,7.0391, 10.0); }
else if(CP == 304) { CP = 305; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1617.6240,925.2701,7.6576, 10.0); }
else if(CP == 305) { CP = 306; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1808.1826,926.7799,24.7422, 10.0); }
else if(CP == 306) { CP = 307; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1981.3612,926.8416,45.6645, 10.0); }
else if(CP == 307) { CP = 308; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -2001.6895,886.9785,45.2969, 10.0); }
else if(CP == 308)
{Enforcer
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
40 / 100 XP
Početnik(0)
232
Postovi:
9
Teme:
Pridružio se:Dec. 2009
Godfather
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
1,918
Postovi:
54
Teme:
Pridružio se:Okt. 2009
5. Apr. 2010.
public OnPlayerEnterCheckpoint(playerid)
{
new string;
new name;
//-----------------------------------NRG--------------------------------------------
if(CP == 300) { CP = 301; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1854.2563,846.4569,35.0569, 10.0); }
else if(CP == 301) { CP = 302; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1673.5345,846.2385,24.6948, 10.0); }
else if(CP == 302) { CP = 303; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1560.8887,844.1173,7.0391, 10.0); }
else if(CP == 303) { CP = 304; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1526.5807,884.1758,7.0391, 10.0); }
else if(CP == 304) { CP = 305; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1617.6240,925.2701,7.6576, 10.0); }
else if(CP == 305) { CP = 306; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1808.1826,926.7799,24.7422, 10.0); }
else if(CP == 306) { CP = 307; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -1981.3612,926.8416,45.6645, 10.0); }
else if(CP == 307) { CP = 308; DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, -2001.6895,886.9785,45.2969, 10.0); }
else if(CP == 308)
{Ovako ti mora izgledati
Wheel Man
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
44
Postovi:
7
Teme:
Pridružio se:Mar. 2010
6. Apr. 2010.
ne da mi se sa ovim vise zafrkavat, idem si trazit nesto lakse 😎
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1716) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1741) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1761) : error 004: function "SetPlayerCriminal" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1766) : error 004: function "SetPlayerCriminal" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1830) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1834) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1846) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1850) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1854) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1858) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1862) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1866) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1870) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1882) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1886) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1890) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1894) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1898) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1910) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1914) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1918) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1930) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(1934) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(2180) : error 004: function "SendIRCMessage" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(2202) : error 004: function "SendIRCMessage" is not implemented
C:\Documents and Settings\ismar\Desktop\SAMP SERVER\GTARP\gamemodes\gf.pwn(2214) : error 004: function "SaveCK" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava