Wysłany: 2012-08-31, 13:12
B!4CK
Never give UP!
Wiek: 32 Na forum: 5810 dni Posty: 1047
Nick w MP: John
Piwa : 1891
Wrzu? ten kod na pastebin.pl i zobacze.
Podpis
Cześć
[you]
!
Projekt, który poruszy scenę platformy SA:MP!
Wysłany: 2012-08-31, 13:14
Pazdzioch12
Pawner i Obiektor
Wiek: 29 Na forum: 5208 dni Posty: 16
Piwa : 1485
Linika 1769 DestroyDynamicCP(WS2CP[playerid]);
Linika 1295 WS2CP[playerid] = MAX_CHECKPOINTS;
Linika 599 WS2CP[v] = MAX_CHECKPOINTS;
Linika 207 new L1CP[v] = MAX_CHECKPOINTS;
Linika 208 new L1CP[v] = MAX_CHECKPOINTS;
Linika 209 new L2CP[v] = MAX_CHECKPOINTS;
[ Dodano : 2012-08-31, 13:16 ]
blackelegy , wy?le ci Na PW Mapk? W PWN.
ok
Wysłany: 2012-09-02, 01:47
punek123
Wiek: 46 Na forum: 5027 dni Posty: 7
Nick w MP: [SRL]Punki
siema, wie kto? mo?e o co chodzi z tym errorem ?
Kod: C:\Users\Real Madrid\Desktop\leszczu.amx(0) : fatal error 100: cannot read from file: "C:\Users\Real Madrid\Desktop\leszczu.amx"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Wysłany: 2012-09-02, 20:14
paskal
gtaoffline.pl
Wiek: 29 Na forum: 5644 dni Posty: 242
Piwa : 341
Nie mo?na odczyta? pliku leszczu.amx
Najprawdopodobniej nie masz pliku leszczu.amx
Wysłany: 2012-09-25, 16:55
nudacznik
Wiek: 33 Na forum: 5030 dni Posty: 2
Nick w MP: Nudacznik
Kod: C:\Documents and Settings\Bartek\Pulpit\Serwer\filterscripts\Bazad.pwn(42) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Bartek\Pulpit\Serwer\filterscripts\Bazad.pwn(42) : error 004: function "OnPlayerCommandText" is not implemented
C:\Documents and Settings\Bartek\Pulpit\Serwer\filterscripts\Bazad.pwn(46) : error 017: undefined symbol "cmdtext"
C:\Documents and Settings\Bartek\Pulpit\Serwer\filterscripts\Bazad.pwn(51) : error 017: undefined symbol "cmdtext"
C:\Documents and Settings\Bartek\Pulpit\Serwer\filterscripts\Bazad.pwn(58) : error 030: compound statement not closed at the end of file (started at line 29)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
A tu macie reszte
Kod: #include <a_samp>
#include <core>
#include <float>
#pragma tabsize 0
new pickupy;
new pickupe;
new brama;
#define COLOR_RED 0xAA3333AA
public OnGameModeInit()
{
CreateObject(3064,244.89843750,85.89550781,1007.80072021,0.00000000,0.00000000,0.00000000); //object(break_wall_1a) (1)
CreateObject(2395,248.02372742,87.47972107,1002.64062500,0.00000000,0.00000000,270.00000000); //object(cj_sports_wall) (1)
CreateObject(1808,220.82901001,72.65216827,1004.03906250,0.00000000,0.00000000,0.00000000); //object(cj_watercooler2) (1)
CreateObject(1998,220.43148804,67.37500000,1004.03906250,0.00000000,0.00000000,0.00000000); //object(officedesk1l) (1)
CreateObject(1671,221.46731567,67.05378723,1004.49926758,0.00000000,0.00000000,180.00000000); //object(swivelchair_a) (1)
CreateObject(1723,217.48617554,72.12329865,1004.03906250,0.00000000,0.00000000,0.00000000); //object(mrk_seating1) (1)
CreateObject(1998,218.51571655,67.38824463,1004.04663086,0.00000000,0.00000000,0.00000000); //object(officedesk1l) (3)
CreateObject(1671,219.57241821,67.36489868,1004.49926758,0.00000000,0.00000000,179.99450684); //object(swivelchair_a) (2)
pickupe = CreatePickup(1239, 23, 1654.0123291016, -1655.2825927734, 21.765625, 0);
pickupy = CreatePickup(1239, 23, 247.0576171875, 62.647125244141, 1002.640625, 0);
brama = CreateObject(2930,245.57865906,72.49264526,1005.27746582,0.00000000,0.00000000,90.00000000);
return 1;
}
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == pickupe)
{
SetPlayerPos(playerid, 246.81260681152, 65.466041564941, 1002.8350830078);
return 1;
}
if(pickupid == pickupy)
{
SetPlayerPos(playerid, 1653.7462158203, -1658.8208007813, 21.710094451904);
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/komendao", true) ==0 )
{
MoveObject(brama, 243.32879638672, 72.46257019043, 1005.2774658203 , 1);
return 1;
}
if(strcmp(cmdtext, "/komendaz", true) ==0 )
{
MoveObject(brama, 2930, 245.57865906, 72.49264526, 1005.27746582 , 1);
return 1;
}
return 0;
}
Pomo?e kto?? Nie wiem co zrobi?.
Wysłany: 2012-10-10, 19:42
19Lulek98
Wiek: 29 Na forum: 5204 dni Posty: 12
Nick w MP: Andrzej
Mam errory w mapie i nie wiem co to dok?adnie jest i jak to naprawi?
LSRRP.pwn(7672) : error 025: function heading differs from prototype
LSRRP.pwn(7692) : error 025: function heading differs from prototype
LSRRP.pwn(7725) : error 017: undefined symbol "IRC_ReplyCTCP"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
7672 - public IRC_OnConnect(botid, ip[], port)
7725 - public IRC_OnUserRequestCTCP(botid, user[], host[], message[])
7692 - public IRC_OnDisconnect(botid, ip[], port, reason[])
Wysłany: 2012-10-13, 14:35
SiLenTo90
Wiek: 34 Na forum: 5064 dni Posty: 30
Jak usun?? te errory i warningi? Please help! Daje zimne
Kod: E:\.serrwer samp\Ehe\gamemodes\h-rp.pwn(7639) : warning 219: local variable "nr" shadows a variable at a preceding level
E:\.serrwer samp\Ehe\gamemodes\h-rp.pwn(28079) : warning 213: tag mismatch
E:\.serrwer samp\Ehe\gamemodes\h-rp.pwn(29350) : warning 203: symbol is never used: "godziny"
E:\.serrwer samp\Ehe\gamemodes\h-rp.pwn(30151) : error 010: invalid function or declaration
E:\.serrwer samp\Ehe\gamemodes\h-rp.pwn(30151 -- 30155) : error 025: function heading differs from prototype
E:\.serrwer samp\Ehe\gamemodes\h-rp.pwn(30151 -- 30156) : error 021: symbol already defined: "strrest"
E:\.serrwer samp\Ehe\gamemodes\h-rp.pwn(30151 -- 30156) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c)
1997-2006, ITB CompuPhase
4 Errors.
Wysłany: 2012-10-19, 11:27
officialhany
Wiek: 33 Na forum: 5172 dni Posty: 1
Nick w MP: hany
Cytat: #include <a_samp>
#define COLOR_POMARANCZOWY 0x52FF6600
new Reklama_idx, Reklama[][] = {
"Chcesz kupi? vipa? To nie takie trudne wpisz /vip lub pytaj admina !",
"Odwiedzaj nasze forum : Jamajskie.eu",
"Chcesz aby ten serwer by? lepszy? Polecaj go swoim znajomym!",
= };
public OnGameModeInit()
C:\Documents and Settings\Adrian\Pulpit\SERWER\Reklama\Reklama\Reklama.pwn(9) : error 029: invalid expression, assumed zero POMOZE KTOS?
Wysłany: 2012-10-30, 22:23
Bochenende
Wiek: 30 Na forum: 4971 dni Posty: 1
Pomoze ktos? mam najnowsze include a caly zcas mam to samo ;/
:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(7501) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(7501) : error 033: array must be indexed (variable "cmd")
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(7508) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(7508) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(7540) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(7540) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8187) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8187) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8225) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8225) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8332) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8332) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8358) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8358) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8385) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8385) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8420) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8420) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8445) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8445) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8475) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8475) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8509) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8509) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8592) : error 017: undefined symbol "strtok"
C:\Documents and Settings\ja\Pulpit\samp03asvr_R7_win32\gamemodes\CRP.pwn(8592) : error 033: array must be indexed (variable "x_nr")
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Wysłany: 2012-10-31, 20:45
sirgutbert
Wiek: 32 Na forum: 5492 dni Posty: 62
Nick w MP: kored
Piwa : 20
czesc mam takie errory za pomoc daje oczywiscie zimne
Kod:
#include <a_samp>
#include <progress>
new zmeczeniep;
new zmeczenie[MAX_PLAYERS];
public OnFilterScriptInit()
{
SetTimer("zmeczenie",60000,true);
zmeczeniep = CreateProgressBar(548.00, 41.00, 55.50, 3.20, 267387135, 100.0);
ShowProgressBarForAll(zmeczeniep);
return 1;
}
public zmeczenie()
{
for(new i=0;i<GetMaxPlayers();i++)
{
if(IsPlayerInAnyVehicle(i))
{
zmeczenie[i]+=5;
}
else
{
zmeczenie[i]+=20;
}
}
return 1;
}
Errory:
Kod:
C:\Users\delta6583\Desktop\zmeczenie.pwn(11) : warning 213: tag mismatch
C:\Users\delta6583\Desktop\zmeczenie.pwn(12) : warning 213: tag mismatch
C:\Users\delta6583\Desktop\zmeczenie.pwn(16) : error 021: symbol already defined: "zmeczenie"
C:\Users\delta6583\Desktop\zmeczenie.pwn(18) : error 010: invalid function or declaration
C:\Users\delta6583\Desktop\zmeczenie.pwn(20) : error 010: invalid function or declaration
C:\Users\delta6583\Desktop\zmeczenie.pwn(24) : error 010: invalid function or declaration
C:\Users\delta6583\Desktop\zmeczenie.pwn(29) : error 010: invalid function or declaration
C:\Users\delta6583\Desktop\zmeczenie.pwn(31) : warning 203: symbol is never used: "zmeczenie"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
Wysłany: 2012-11-08, 10:32
_marianek_
Wiek: 28 Na forum: 5158 dni Posty: 47
Nick w MP: MKey
Piwa : 140
Witam, mam problem z komend? vpozostalo
Errory:
/Command_VIP.inc(13) : error 029: invalid expression, assumed zero
/Command_VIP.inc(13) : warning 215: expression has no effect
/Command_VIP.inc(13) : error 001: expected token: ";", but found "]"
/Command_VIP.inc(13) : error 029: invalid expression, assumed zero
/Command_VIP.inc(13) : fatal error 107: too many error messages on one line
Linijka:
Kod: format(tmp, sizeof(tmp), " |Info| %s, Twoj Vip jest op?acony %d dni",Nick,VipDay[playerid]);
Ca?a komenda:
Kod: CMD:vpozostalo(playerid,cmdtext[])
{
if(!Vip[playerid]) return SendClientMessage(playerid,C_RED2," |Info| Nie jeste? VIP'em!");
if(VpozostaloBlock[playerid]){
SendClientMessage(playerid,C_RED2," |Info| Mo?esz to sprawdza? raz na 30 sek!");
return 1;
}
VpozostaloBlock[playerid] = true;
SetTimerEx("VpozostaloUnlock",30000,0,"i",playerid);
new Nick[MAX_PLAYER_NAME];
new tmp[256];
GetPlayerName(playerid,Nick,sizeof(Nick));
format(tmp, sizeof(tmp), " |Info| %s, Twoj Vip jest op?acony %d dni",Nick,VipDay[playerid]);
SendClientMessage(playerid, C_VIP, tmp);
return 1;
}
Prosz? o pomoc bo nie ogarniam tego ju? ;/
Wysłany: 2012-12-04, 10:57
Jakso
Beyond the glass..
Wiek: 27 Na forum: 5114 dni Posty: 65
Nick w MP: szalik.dev
Piwa : 1193
Witam ot?? mam problem z tymi oto errorami:
Kod: F:\magic_pawno\Drift.pwn(20169) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20169) : error 033: array must be indexed (variable "cmd")
F:\magic_pawno\Drift.pwn(20200) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20200) : error 033: array must be indexed (variable "tmp")
F:\magic_pawno\Drift.pwn(20208) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20208) : error 033: array must be indexed (variable "tmp")
F:\magic_pawno\Drift.pwn(20261) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20261) : error 033: array must be indexed (variable "tmp")
F:\magic_pawno\Drift.pwn(20278) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20278) : error 033: array must be indexed (variable "tmp")
F:\magic_pawno\Drift.pwn(20402) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20402) : error 033: array must be indexed (variable "tmp")
F:\magic_pawno\Drift.pwn(20539) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20539) : error 033: array must be indexed (variable "tmp")
F:\magic_pawno\Drift.pwn(20624) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20624) : error 033: array must be indexed (variable "tmp")
F:\magic_pawno\Drift.pwn(20651) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20651) : error 033: array must be indexed (variable "temp23")
F:\magic_pawno\Drift.pwn(20743) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20743) : error 033: array must be indexed (variable "tmp")
F:\magic_pawno\Drift.pwn(20827) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20827) : error 033: array must be indexed (variable "tmp")
F:\magic_pawno\Drift.pwn(20859) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20859) : error 033: array must be indexed (variable "tmp")
F:\magic_pawno\Drift.pwn(20885) : error 017: undefined symbol "strtok"
F:\magic_pawno\Drift.pwn(20885) : error 033: array must be indexed (variable "tmp")
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Wysłany: 2012-12-16, 10:25
Error107
Wiek: 39 Na forum: 4982 dni Posty: 2
Nick w MP: Error112
A je?eli kompilator nawet nie kompiluje mapki?
Poniewa? wyskakuje " Brak Odpowiedzi:?
Win 7 mam jbc.
Wysłany: 2012-12-16, 10:49
okoospokoo
Wiek: 29 Na forum: 5089 dni Posty: 102
Nick w MP: Shake/LeStunters
Piwa : 273
a mapa przypadkiem nie jest po deamx? Dzieje sie tak tez jak jest du?o b??d?w
Wysłany: 2012-12-18, 16:10
Trix
Wiek: 28 Na forum: 5067 dni Posty: 2
Nick w MP: Trix
Przy kompilacji mapy pojawia si? error jak w temacie:
Kod: error 035: argument type mismatch (argument 3)
Oto wycinka z mapy:
Kod:
if(dialogid == 9988)
{
new string[128];
if(!response)
return SendClientMessage(playerid, COLOR_RED, "* Rejestracja obowi?zkowa!"), Kick(playerid);
if(20 < strlen(inputtext) > 5)
return SendClientMessage(playerid, COLOR_YELLOW, "* Has?o musi by? od 5 do 20 znak?w.");
dini_Create(udb_encode(Player(playerid)));
dini_IntSet(udb_encode(Player(playerid)), "haslo", udb_hash(inputtext);
dini_Set(udb_encode(Player(playerid)), "cash", "0");
dini_Set(udb_encode(Player(playerid)), "bank", "0");
dini_Set(udb_encode(Player(playerid)), "level", "0");
format(string, sizeof(string), "Zarejestrowa?e? si?! Oto has?o: > %s", inputtext);
SendClientMessage(playerid, COLOR_GREEN, string);
SendClientMessage(playerid, COLOR_WHITE, "{FFFFFF}Zalo?y?e? konto! Mamy nadziej? ?e zostaniesz na d?ugo Dostajesz 1,000 na podr??");
zalogowany[playerid] = 1;
GivePlayerMoney(playerid, 1000);
return 1;
}
Prosz? o szybk? pomoc
Tagi: błędy :: przy :: kompilacji :: rozwiązanie
Anonymous
Na forum: 245 dni
Posty: 1
Anonymous Koniecznie zajrzyj na: