Pomoc, Reg/Log Erori

Započeo strahinja, Mart 06, 2013, 19:18:38 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta: od 0
Problem: Errori
Deo skripte:
Evo prvo erroriC:\Documents and Settings\Administrator\Desktop\samp03x_svr_R1-2_win32\gamemodes\mod.pwn(252) : error 035: argument type mismatch (argument 2)
C:\Documents and Settings\Administrator\Desktop\samp03x_svr_R1-2_win32\gamemodes\mod.pwn(265) : error 035: argument type mismatch (argument 2)
C:\Documents and Settings\Administrator\Desktop\samp03x_svr_R1-2_win32\gamemodes\mod.pwn(274) : error 035: argument type mismatch (argument 2)
C:\Documents and Settings\Administrator\Desktop\samp03x_svr_R1-2_win32\gamemodes\mod.pwn(257) : warning 204: symbol is assigned a value that is never used: "string"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.

A evo sada te linije gde su errori
-252         SendClientMessage(playerid, COLOR_YELLOW, string);
-265             SendClientMessage(playerid, COLOR_RED, "Wrong PW sir.");
-274             SendClientMessage(playerid,COLOR_RED, "[SYSTEM]: Successfully logged in!");
-257         new name[MAX_PLAYER_NAME], file[256], string[128];

SendClientMessage(playerid, COLOR_YELLOW, string);
SendClientMessage(playerid, COLOR_RED, "Wrong PW sir.");
SendClientMessage(playerid, COLOR_RED, "[SYSTEM]: Successfully logged in!");
new name[MAX_PLAYER_NAME], file[256], string[128];


Stavi ovako:
SendClientMessage(COLOR_YELLOW, string);
SendClientMessage(COLOR_RED, "Wrong PW sir.");
SendClientMessage(COLOR_RED, "[SYSTEM]: Successfully logged in!");
new name[MAX_PLAYER_NAME], file[256], string[128];
BIG RESPEKT: Blaeks,  [CRP] Joey_, David (Sabljak) A.k.A SABO(T), joXy_, Dimi, Sexserghy ♥, TerminuS, H1TM4N


Daj linije iznad i ispod linija gdje ti se javljaju errori.

Last nick: Paradox