Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: robi_97 poslato Februar 19, 2012, 18:36:47 POSLE PODNE

Naslov: [Pomoc]Eror
Poruka od: robi_97 poslato Februar 19, 2012, 18:36:47 POSLE PODNE
Skripta koju koristim:Moj gm od 0(lob)
Detaljan opis problema:izbacuje mi erore koje neznam rjesit
Dio skripte:
ERORI
C:\Users\Roby\Desktop\SAMP\gamemodes\lob.pwn(429) : error 079: inconsistent return types (array & non-array)
C:\Users\Roby\Desktop\SAMP\gamemodes\lob.pwn(432) : error 012: invalid function call, not a valid address
C:\Users\Roby\Desktop\SAMP\gamemodes\lob.pwn(432) : warning 215: expression has no effect
C:\Users\Roby\Desktop\SAMP\gamemodes\lob.pwn(432) : error 001: expected token: ";", but found ")"
C:\Users\Roby\Desktop\SAMP\gamemodes\lob.pwn(432) : error 029: invalid expression, assumed zero
C:\Users\Roby\Desktop\SAMP\gamemodes\lob.pwn(432) : 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.


REDOVI
             
if(!strlen(tmp))
               {
                       SendClientMessage(playerid, COLOR_DGOLD, "{00C3FF}Life On Balkan | {FFFFFF}KORISTENJE: /makeadmin [ime/id] [1-1338]");
                       return 1; <----------------429 red
               }

               giveplayerid = ReturnUser(tmp);<--------------432
               tmp = strtok(cmdtext, idx);
               new level = strval(tmp);
               if(giveplayerid != INVALID_PLAYER_ID)

Neke slike/video za lakse dobivanje pomoci(neobavezno):