[POMOC]HITNO MOLIM VAS

Započeo Nast1c, Februar 09, 2012, 23:59:31 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim: BPE
Detaljan opis problema: Recite mi koji su ovo errori :S
Dio skripte: Evo dole
Neke slike/video za lakse dobivanje pomoci(neobavezno): /
KOJI Su OVO ERRORI molim vas help :S ?
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(16350) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(16350) : error 033: array must be indexed (variable "tmp2")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(17798) : error 033: array must be indexed (variable "cmd")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(17808) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(17913) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(18373) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(18378) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(18843) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(19308) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(19773) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(20238) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(20703) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(21168) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(22012) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(22119) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(22236) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(22348) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(22727) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(22798) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(22936) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(23328) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(23335) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(23407) : error 033: array must be indexed (variable "x_nr")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(23514) : error 033: array must be indexed (variable "x_nr")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(23698) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(23760) : error 033: array must be indexed (variable "x_nr")
C:\Documents and Settings\Nikola\Desktop\Brutal Public  Ewolution\gamemodes\Bp-RolePlay.pwn(23873) : error 033: array must be indexed (variable "x_nr")

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


26 Errors.


PRIMER SCRIPTE SAMO 1 DEO GDE JE TAJ 1 TMP :
if(strcmp(cmd, "/trafika3", true) == 0 || strcmp(cmd, "/prodavnica3", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
if (!PlayerToPoint(30, playerid, 1363.8148,-1388.0809,13.6552))//centerpoint 24-7
{
SendClientMessage(playerid, COLOR_GRAD2, "   Niste u blizini prodavnice !");
return 1;
}
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
Poslednja Izmena: Februar 10, 2012, 00:08:27 PRE PODNE od Dzon1