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

Wysłany: 2015-08-25, 19:14


mOur







Wiek: 28
Na forum: 5153 dni
Posty: 32



Respekt: 50

Witam chcia? bym usun?? ten zegar ale nie wiem jak :|



GM tokyo link

Postaw piwo autorowi tego posta
 

 
Wysłany: 2015-08-25, 21:05


Combacior







Wiek: 29
Na forum: 5795 dni
Posty: 1516

Piwa: 2161

Respekt: 1060
Respekt: 1060

Ostrzeżeń: 20%
http://wiki.sa-mp.com/wiki/TogglePlayerClock

Chyba o to chodzi, znajd? te funkcje w skrypcie i usu? je wszystkie.

Postaw piwo autorowi tego posta
 

 
Wysłany: 2015-08-27, 13:12


mOur







Wiek: 28
Na forum: 5153 dni
Posty: 32



Respekt: 50

nie ma tego skryptu w gm

Postaw piwo autorowi tego posta
 

 
Wysłany: 2015-08-27, 13:28


ToxiC.







Wiek: 28
Na forum: 5246 dni
Posty: 3792

Piwa: 8590

Respekt: 1143,8
Respekt: 1143,8

Kliknij CTRL + F i wpisz TogglePlayerClock
Jak znajdzie to usun ca?? linijke z tym.

Postaw piwo autorowi tego posta
 

 
Wysłany: 2015-08-27, 19:04


mOur







Wiek: 28
Na forum: 5153 dni
Posty: 32



Respekt: 50

nie ma takiej linijki .,.

Postaw piwo autorowi tego posta
 

 
Wysłany: 2015-08-27, 19:13


Shimeon







Wiek: 23
Na forum: 5173 dni
Posty: 719

Piwa: 1467

Respekt: 247,3
Respekt: 247,3Respekt: 247,3

Ostrzeżeń: 100%
mOur, wrzu? to pod public OnPlayerConnect(playerid):

Pawn
TogglePlayerClock(playeridfalse);
return 1;


Ma tu wygl?da? mniej wi?cej tak:

Pawn
public OnPlayerConnect(playerid)
{
    TogglePlayerClock(playeridfalse);
    return 1;
}


Tam gdzie pisze "false" oznacza, ?e zegar jest wy??czony (niewidoczny). Je?li chcesz w??czy? zegar z powrotem to wpisz w to miejsce "true".

Postaw piwo autorowi tego posta
 

 
Wysłany: 2015-08-27, 19:24


mOur







Wiek: 28
Na forum: 5153 dni
Posty: 32



Respekt: 50

Kod:

C:\Users\PioTreK\Desktop\Tokyo.pwn(2371) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(2488) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(2711) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(2929) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(3180) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(3204) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(3488) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(3612) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(3855) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(3958) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(4056) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(4078) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(4337) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(4353) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(4370) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(4931) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(4951) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(15873) : warning 219: local variable "strx" shadows a variable at a preceding level
C:\Users\PioTreK\Desktop\Tokyo.pwn(15962) : warning 219: local variable "strx" shadows a variable at a preceding level
C:\Users\PioTreK\Desktop\Tokyo.pwn(15991) : warning 219: local variable "strx" shadows a variable at a preceding level
C:\Users\PioTreK\Desktop\Tokyo.pwn(16139) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(16144) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(16149) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(16154) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(16159) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(16164) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(16169) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(16174) : warning 202: number of arguments does not match definition
C:\Users\PioTreK\Desktop\Tokyo.pwn(16185) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16212) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16258) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16339) : error 021: symbol already defined: "format"
C:\Users\PioTreK\Desktop\Tokyo.pwn(16343) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16348) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16352) : error 054: unmatched closing brace ("}")
C:\Users\PioTreK\Desktop\Tokyo.pwn(16356) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16359) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16364) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16370) : error 054: unmatched closing brace ("}")
C:\Users\PioTreK\Desktop\Tokyo.pwn(16372) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16375) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16379) : error 021: symbol already defined: "format"
C:\Users\PioTreK\Desktop\Tokyo.pwn(16386) : error 021: symbol already defined: "GetPlayerIp"
C:\Users\PioTreK\Desktop\Tokyo.pwn(16389) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16391) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16393) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16395) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16397) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16400) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16406) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16410) : error 010: invalid function or declaration
C:\Users\PioTreK\Desktop\Tokyo.pwn(16415) : error 021: symbol already defined: "RemoveBuildingForPlayer"
C:\Users\PioTreK\Desktop\Tokyo.pwn(16424) : error 021: symbol already defined: "RemoveBuildingForPlayer"
C:\Users\PioTreK\Desktop\Tokyo.pwn(16460) : error 010: invalid function or declaration

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


26 Errors.


Postaw piwo autorowi tego posta
 

 
Wysłany: 2015-08-27, 19:30


Shimeon







Wiek: 23
Na forum: 5173 dni
Posty: 719

Piwa: 1467

Respekt: 247,3
Respekt: 247,3Respekt: 247,3

Ostrzeżeń: 100%
O ku?wa ile error?w :shock:

Wrzu? kod mapy na http://pastebin.com/ i daj tu link do niego.

Postaw piwo autorowi tego posta
 

 
Wysłany: 2015-08-27, 19:38


mOur







Wiek: 28
Na forum: 5153 dni
Posty: 32



Respekt: 50

pozmienia?em cos troch? i jest tylko 1 eror
C:\Users\PioTreK\Desktop\Tokyo.pwn(16336) : warning 225: unreachable code
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.


link do kodu

http://pastebin.com/b0zMmBgX

Postaw piwo autorowi tego posta
 

 
Wysłany: 2015-08-27, 19:52


Shimeon







Wiek: 23
Na forum: 5173 dni
Posty: 719

Piwa: 1467

Respekt: 247,3
Respekt: 247,3Respekt: 247,3

Ostrzeżeń: 100%
"mOur" napisał/a:

warning 225: unreachable code


W tej linijce (16336) da?e? kod po return 0/1 lub po funkcji break w p?tli.

Usu? ten kod z tej linijki i sprawd? czy ju? jest dobrze.

Postaw piwo autorowi tego posta
 

 
Wysłany: 2015-08-27, 20:03


mOur







Wiek: 28
Na forum: 5153 dni
Posty: 32



Respekt: 50

pod t? linijk? jest taki kod http://pastebin.com/fDWXSRVr

usun??em go i dalej ten sam b??d

Postaw piwo autorowi tego posta
 

 
Wysłany: 2015-08-27, 20:11


Shimeon







Wiek: 23
Na forum: 5173 dni
Posty: 719

Piwa: 1467

Respekt: 247,3
Respekt: 247,3Respekt: 247,3

Ostrzeżeń: 100%
No z tym to ju? ci nie pomog?, ale we? jeszcze popr?buj z klamrami ({ }).

Postaw piwo autorowi tego posta
 

 
Wysłany: 2015-08-29, 11:42


mOur







Wiek: 28
Na forum: 5153 dni
Posty: 32



Respekt: 50

no jako? napewno da sie to zrobic :|

[ Dodano: 2015-08-30, 03:18 ]
problem rozwi?zany ;)

Postaw piwo autorowi tego posta
 

 
Tagi: zegar
Anonymous





Na forum: 245 dni
Posty: 1



Anonymous Koniecznie zajrzyj na:






Skocz do:  
Wyświetl posty z ostatnich:   
GTAONLINE.PL » JĘZYKI PROGRAMOWANIA » PAWN » zegar Ten temat jest zablokowany bez możliwości zmiany postów lub pisania odpowiedzi

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