[Pomoć] Modreq u dialogu


Započeo VuKaN, Avgust 14, 2016, 17:21:57 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim: Moja
Opis problema:
(63274) : warning 202: number of arguments does not match definition
(63275) : warning 202: number of arguments does not match definition
(63277) : error 001: expected token: "-string end-", but found "-identifier-"
(63277) : warning 215: expression has no effect
(63277) : error 001: expected token: ";", but found "-string-"
(63277) : warning 215: expression has no effect
D(63277) : error 001: expected token: ";", but found ")"
(63277) : fatal error 107: too many error messages on one line

Deo skripte: 63274:
askqList[ askid ][ askqSend ] = false;

63275 :
new idd = askqList[ askid ][ askqID ];

63277 :
if(strcmp( GetName( idd ), askqList[ askid ][ askqOwner ], true ) == 0 )
Srecu cine male stvari i veliko pivo!
x3M-Gaming USKORO!


enum askqData
{
    bool:askqSend,
    askqOwner[ MAX_PLAYER_NAME ],
    askqID,
	askqQuestion[ 128 ]
};
new askqList[ MAX_ASKQS ][ askqData ];
Srecu cine male stvari i veliko pivo!
x3M-Gaming USKORO!

Rešeno.
Srecu cine male stvari i veliko pivo!
x3M-Gaming USKORO!