Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.

Wysłany: 2008-05-03, 10:16


Robert007







Wiek: 35
Na forum: 6722 dni
Posty: 223

Piwa: 11851

Respekt: 70

usun te klamry
{
if(pickupid == 3){

Podpis
Jak sie masz
?
Postaw piwo autorowi tego posta
 

 
Wysłany: 2008-05-03, 10:24


War3st







Wiek: 27
Na forum: 6834 dni
Posty: 24
Nick w MP: War3st

Piwa: 55

Respekt: 45,3

usune?em te klamry ale:
Kod:

C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3895) : warning 209: function "OnPlayerPickUpPickup" should return a value
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3897) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3903) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3906) : error 055: start of function body without function header
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3907) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3914) : error 055: start of function body without function header
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3915) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3921) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3924) : error 055: start of function body without function header
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3925) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3932) : error 055: start of function body without function header
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3933) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3939) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3942) : error 055: start of function body without function header
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3943) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3950) : error 055: start of function body without function header
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3951) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3957) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3960) : error 055: start of function body without function header
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3961) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3968) : error 055: start of function body without function header
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3969) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3976) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(3978) : error 010: invalid function or declaration
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(7271) : warning 204: symbol is assigned a value that is never used: "basen"
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(7272) : warning 204: symbol is assigned a value that is never used: "basen1"
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(7270) : warning 204: symbol is assigned a value that is never used: "buda"
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(7266) : warning 204: symbol is assigned a value that is never used: "centruma"
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(7265) : warning 204: symbol is assigned a value that is never used: "centrumw"
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(7265 -- 27972) : warning 203: symbol is never used: "club"
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(7265 -- 27972) : warning 203: symbol is never used: "clubo"
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(7267) : warning 204: symbol is assigned a value that is never used: "sannew"
C:\Documents and Settings\War3st\Moje dokumenty\gf8.pwn(7268) : warning 204: symbol is assigned a value that is never used: "sannews"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


23 Errors.


;(

Postaw piwo autorowi tego posta
 

 
Wysłany: 2008-05-03, 10:34


Robert007







Wiek: 35
Na forum: 6722 dni
Posty: 223

Piwa: 11851

Respekt: 70

Kod:

public OnPlayerPickUpPickup(playerid, pickupid)
{

if(pickupid == 0){
SetPlayerPos(playerid, 387.7978,173.8582,1008.3828);
SetPlayerInterior(playerid,3);
GameTextForPlayer(playerid, "~w~Witaj w urzedzie miasta", 5000, 1);
PlayerInfo[playerid][pInt] = 3;
PlayerInfo[playerid][pLocal] = 241;
return 1;
}

if(pickupid == 3){
SendClientMessage(playerid, COLOR_RED, "Aby ujzec cennik Wpisz /Cennik");
return 1;
}

if(pickupid == 5){
SetPlayerPos(playerid, -2037.9861,-127.3004,35.2429);
GameTextForPlayer(playerid, "~w~Witaj na placu manewrowym", 5000, 1);
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pInt] = 0;
return 1;
}

if(pickupid == 4){
SetPlayerPos(playerid, 271.4046,1859.8947,8.7649);
GameTextForPlayer(playerid, "~w~Witaj w szpitalu", 5000, 1);
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pInt] = 0;
return 1;
}

if(pickupid == 2){
SetPlayerPos(playerid, 364.0964,163.5052,1008.3828);
SetPlayerInterior(playerid,3);
PlayerInfo[playerid][pInt] = 3;
PlayerInfo[playerid][pLocal] = 241;
return 1;
}

if(pickupid == 1){
SetPlayerPos(playerid, 2026.3073,-1413.9037,16.9922);
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pInt] = 0;
return 1;
}

if(pickupid == 7){
GameTextForPlayer(playerid, "~w~Kosciol w remoncie. Ukleknij przed kosciolem i pomodl sie.", 5000, 1);
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pInt] = 0;
return 1;
}

if(pickupid == 9){
GameTextForPlayer(playerid, "~w~Witaj w Budce SG wpisz /bron aby rozpoczac sluzbe", 5000, 3);
return 1;
}

if(pickupid == 6){
SendClientMessage(playerid, COLOR_RED, "Klub Alahambra , Wlasciciel Tony_Morano , Godziny otwarcia: 17:00-21:00");
return 1;
}

if(pickupid == budo){
SetPlayerInterior(playerid, 3);
SetPlayerPos(playerid, 1557.0033,1444.7806,10.8633);
GameTextForPlayer(playerid, "Centrum",800,1);
return 1;
}

if(pickupid == buda){
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 1474.0568,-1713.9797,14.0469);
GameTextForPlayer(playerid, "Zapraszamy ponownie",800,1);
return 1;
}

if(pickupid == centrumw){
SetPlayerInterior(playerid, 3);
SetPlayerPos(playerid, 1556.8512,1444.5515,10.8633);
GameTextForPlayer(playerid, "Witamy",800,1);
return 1;
}

if(pickupid == centruma){
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 1475.1075,-1716.1055,14.0469);
GameTextForPlayer(playerid, "Zapraszamy ponownie",800,1);
return 1;
}

if(pickupid == sannew){
SetPlayerInterior(playerid, 3);
SetPlayerPos(playerid, 1451.5579,2173.2822,29.7442);
GameTextForPlayer(playerid, "Siedziba SN",800,1);
return 1;
}

if(pickupid == sannews){
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 1535.7300,1457.8969,10.8633);
GameTextForPlayer(playerid, "Milego dnia",800,1);
return 1;
}

if(pickupid == club){
SetPlayerInterior(playerid, 3);
SetPlayerPos(playerid, 1051.5723,2379.2864,17.4108);
GameTextForPlayer(playerid, "Witamy w clubie",800,1);
return 1;
}

if(pickupid == clubo){
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 478.5435,-1533.9474,19.6834);
GameTextForPlayer(playerid, "Zapraszamy ponownie",800,1);
return 1;
}

if(pickupid == basen){
SetPlayerInterior(playerid, 3);
SetPlayerPos(playerid, 3434.5183,2135.1379,1.5944);
GameTextForPlayer(playerid, "Witamy na basenie",800,1);
return 1;
}

if(pickupid == basen1){
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 1561.4982,-1854.6418,13.5469);
GameTextForPlayer(playerid, "Zapraszamy ponownie",800,1);
return 1;
}
return 1;
}


Podpis
Jak sie masz
?
Postaw piwo autorowi tego posta
 

 
Więcej szczegółów
Wystawiono 1 piw(a):
fiXlly.
Wysłany: 2008-05-03, 10:38


War3st







Wiek: 27
Na forum: 6834 dni
Posty: 24
Nick w MP: War3st

Piwa: 55

Respekt: 45,3

Robert007! Jak ja mam ci dzi?kowa?! :)
Dzia?a! Dam ci :piwo: za tak ci??k? prace ;)

Postaw piwo autorowi tego posta
 

 
Wysłany: 2008-05-03, 11:28


Vito







Wiek: 32
Na forum: 6657 dni
Posty: 26

Piwa: 11

Respekt: 49,1

Ostrzeżeń: 40%
co tu jest ?le??

Kod:

if(strcmp(cmdtext, "/zw", true) == 0){
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name, sizeof(name));
format(string, sizeof(string), "%s zaraz wraca. ",name, playerid);
SendClientMessageToAll(COLOR_WHITE,string);
return 1;
}


Postaw piwo autorowi tego posta
 

 
Wysłany: 2008-05-03, 11:36


Diler

GtaO RLZ :)






Wiek: 30
Na forum: 6717 dni
Posty: 199

Piwa: 2579

Respekt: 49,8

Ostrzeżeń: 100%
Daj tak:
Kod:

if(strcmp(cmdtext, "/zw", true) == 0){
new name[MAX_PLAYER_NAME];
new string[256];
GetPlayerName(playerid,name, sizeof(name));
format(string, sizeof(string), "%s zaraz wraca. ",name, playerid);
SendClientMessageToAll(COLOR_WHITE,string);
return 1;
}

Nie mia?e? new string[256];

Postaw piwo autorowi tego posta
 

 
Wysłany: 2008-05-03, 21:09


sewerynsenior21
[Usunięty]









Kod:

GameTextForPlayer(playerid,"®LV-XL-PL®",5000,5);
SendClientMessage(playerid, COLOR_YELLOW, "Witam w ®LV-XL-PL® by SeNioR_007 ");
SendClientMessage(playerid, COLOR_GREEN, "Prosze koniecznie wpisz /p lub /info aby wy?wietli? wi?cej informacji.");
GivePlayerMoney(playerid, 50000);

gActivePlayers[playerid]++;
gLastGaveCash[playerid] = GetTickCount();

playerCheckpoint[playerid] = 999;

GetPlayerName(playerid, playername, sizeof(playername));

tmp = dini_Get(FILE_SETTINGS, "blacklist");
if (strval(tmp) == 1) {
tmp = dini_Get(FILE_BLACKLIST, playername);
if (strval(strtok(tmp, idx, ',')) == 1) KickMsg(playerid, Blacklist, strtok(tmp, idx, ','));
"idx" = 0;
if (strval(strtok(tmp, idx, ',')) == 2) BanMsg(playerid, Blacklist, strtok(tmp, idx, ','));
}
return 0;
}


co Z tym zrobi? ??

 

 
Wysłany: 2008-05-03, 21:11


Robert007







Wiek: 35
Na forum: 6722 dni
Posty: 223

Piwa: 11851

Respekt: 70

zalezy co jest jakies bledy ??

Podpis
Jak sie masz
?
Postaw piwo autorowi tego posta
 

 
Wysłany: 2008-05-03, 21:59


sewerynsenior21
[Usunięty]









Kod:

D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(488) : error 025: function heading differs from prototype
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(534) : warning 235: public function lacks forward declaration (symbol "getCheckpointType")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(540) : warning 235: public function lacks forward declaration (symbol "PayPlayerInArea")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(558) : warning 235: public function lacks forward declaration (symbol "TimeUpdate")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(565) : warning 235: public function lacks forward declaration (symbol "GetPlayerId")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(576) : warning 235: public function lacks forward declaration (symbol "PirateShipScoreUpdate")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(589) : warning 235: public function lacks forward declaration (symbol "GambleUpdate")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(610) : warning 235: public function lacks forward declaration (symbol "checkpointUpdate")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(635) : warning 235: public function lacks forward declaration (symbol "PropertyScoreUpdate")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(676) : warning 235: public function lacks forward declaration (symbol "SavedUpdate")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(691) : warning 235: public function lacks forward declaration (symbol "SaveData")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(740) : warning 235: public function lacks forward declaration (symbol "StatGivePlayerMoney")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(766) : warning 235: public function lacks forward declaration (symbol "SettingsExistsCheck")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(792) : warning 235: public function lacks forward declaration (symbol "LoginTimeout")
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(835) : error 001: expected token: "-string end-", but found "-identifier-"
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(835) : warning 215: expression has no effect
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(835) : error 001: expected token: ";", but found ")"
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(835) : error 029: invalid expression, assumed zero
D:\DOCUME~1\ADMINI~1\Pulpit\SAMP02~1.WIN\GAMEMO~1\LG21~1.PWN(835) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


5 Errors.


 

 
Wysłany: 2008-05-04, 10:21


Diler

GtaO RLZ :)






Wiek: 30
Na forum: 6717 dni
Posty: 199

Piwa: 2579

Respekt: 49,8

Ostrzeżeń: 100%
Ju? masz to rozwi?zane

Postaw piwo autorowi tego posta
 

 
Wysłany: 2008-05-04, 22:17


zulek[PL]







Wiek: 35
Na forum: 6694 dni
Posty: 39

Piwa: 560

Respekt: 60

C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(168) : error 001: expected token: ";", but found "forward"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(173) : error 001: expected token: ";", but found "forward"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(179) : error 001: expected token: "(", but found "forward"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(179) : error 001: expected token: ";", but found "-identifier-"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8291) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8291) : error 033: array must be indexed (variable "sIP")
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8302) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8303) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8304) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8306) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8307) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8308) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8309) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8310) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8311) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8311) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8290) : warning 203: symbol is never used: "idx2"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(9698) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(9698) : error 033: array must be indexed (variable "cmd")
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10107) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10107) : error 033: array must be indexed (variable "tmp2")
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10761) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10761) : error 033: array must be indexed (variable "tmp2")
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10805) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10805) : error 033: array must be indexed (variable "cmdtxt")
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10824) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10824) : error 033: array must be indexed (variable "tempx")

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.



JAK TO rozwi?za? DAM :piwo: :piwo: :piwo:

Podpis
Lubie podkręcać ludzi w samp.
A ich ego wtedy spada do dna
Postaw piwo autorowi tego posta
 

 
Wysłany: 2008-05-04, 22:30


Robert007







Wiek: 35
Na forum: 6722 dni
Posty: 223

Piwa: 11851

Respekt: 70

brak klamry

posprawdzaj czy sa tyle otwartych { jak i zamknietych }

Podpis
Jak sie masz
?
Postaw piwo autorowi tego posta
 

 
Wysłany: 2008-05-04, 22:49


zulek[PL]







Wiek: 35
Na forum: 6694 dni
Posty: 39

Piwa: 560

Respekt: 60

to sa te b?edy

168 - forward con3();
173 - forward alarmfc();
179 - forward TimeUpdate();
8291 - sIP = strtok(string, idx2);
8302 - GivePlayerMoney(playerid, strval(strtok(string, idx2)));
8303 - bank[playerid] = strval(strtok(string, idx2));
8304 - bounty[playerid] = strval(strtok(string, idx2));
8306 - PlayerSpawnX[playerid] = floatstr(strtok(string, idx2));

8307,8,9 - PlayerSpawnY[playerid] = floatstr(strtok(string, idx2));
PlayerSpawnZ[playerid] = floatstr(strtok(string, idx2));
PlayerSpawnA[playerid] = floatstr(strtok(string, idx2));
8310 - PlayerSpawnI[playerid] = strval(strtok(string, idx2));
8311 - for(new f=0;f<6;f++){PlayerSpawnWeapon[playerid][f][0] = strval(strtok(string, idx2)); PlayerSpawnWeapon[playerid][f][1] = strval(strtok(string, idx2));}

9698- cmd = strtok(cmdtext, idx);
10107- tmp2 = strtok(cmdtext, idx);
10761- tmp2 = strtok(cmdtext, idx);
10805- cmdtxt = strtok(cmdtext, idx);
10824- tempx = strtok(cmdtext, idx);


i jeszcze raz to prosz? o pomoc dam :piwo:
:piwo:


C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(168) : error 001: expected token: ";", but found "forward"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(173) : error 001: expected token: ";", but found "forward"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(179) : error 001: expected token: "(", but found "forward"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(179) : error 001: expected token: ";", but found "-identifier-"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8291) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8291) : error 033: array must be indexed (variable "sIP")
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8302) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8303) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8304) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8306) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8307) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8308) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8309) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8310) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8311) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8311) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(8290) : warning 203: symbol is never used: "idx2"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(9698) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(9698) : error 033: array must be indexed (variable "cmd")
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10107) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10107) : error 033: array must be indexed (variable "tmp2")
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10761) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10761) : error 033: array must be indexed (variable "tmp2")
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10805) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10805) : error 033: array must be indexed (variable "cmdtxt")
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10824) : error 017: undefined symbol "strtok"
C:\DOCUME~1\ZULULE~1\Pulpit\_BN_NM~1.PWN(10824) : error 033: array must be indexed (variable "tempx")

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.



to jest do tego wy?ej :roll:

Podpis
Lubie podkręcać ludzi w samp.
A ich ego wtedy spada do dna
Postaw piwo autorowi tego posta
 

 
Wysłany: 2008-05-04, 22:51


Robert007







Wiek: 35
Na forum: 6722 dni
Posty: 223

Piwa: 11851

Respekt: 70

dlaczego 2 razy tmp2 = strtok(cmdtext, idx); ??

moze daj pwn na PM

Podpis
Jak sie masz
?
Postaw piwo autorowi tego posta
 

 
Wysłany: 2008-05-06, 11:21


Vito







Wiek: 32
Na forum: 6657 dni
Posty: 26

Piwa: 11

Respekt: 49,1

Ostrzeżeń: 40%
Jak to naprawi???

Kod:

C:\DOCUME~1\Fx\Pulpit\ck.pwn(6867) : error 017: undefined symbol "Textdraw0"
C:\DOCUME~1\Fx\Pulpit\ck.pwn(6868) : error 017: undefined symbol "Textdraw0"
C:\DOCUME~1\Fx\Pulpit\ck.pwn(6869) : error 017: undefined symbol "Textdraw0"
C:\DOCUME~1\Fx\Pulpit\ck.pwn(6870) : error 017: undefined symbol "Textdraw0"
C:\DOCUME~1\Fx\Pulpit\ck.pwn(6871) : error 017: undefined symbol "Textdraw0"
C:\DOCUME~1\Fx\Pulpit\ck.pwn(6872) : error 017: undefined symbol "Textdraw0"
C:\DOCUME~1\Fx\Pulpit\ck.pwn(6873) : error 017: undefined symbol "Textdraw0"
C:\DOCUME~1\Fx\Pulpit\ck.pwn(6874) : error 017: undefined symbol "Textdraw0"
C:\DOCUME~1\Fx\Pulpit\ck.pwn(6875) : error 017: undefined symbol "Textdraw0"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


9 Errors.


Postaw piwo autorowi tego posta
 

 
Tagi: błędy :: przy :: kompilacji :: rozwiązanie
Anonymous





Na forum: 245 dni
Posty: 1



Anonymous Koniecznie zajrzyj na:






Skocz do:  
Wyświetl posty z ostatnich:   
GTAONLINE.PL » JĘZYKI PROGRAMOWANIA » PAWN » BŁĘDY PRZY KOMPILACJI - ROZWIĄZANIE Odpowiedz do tematu

Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach
Dodaj temat do Ulubionych
Wersja do druku