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];
OStaje isto sve,, a radio sam po ovom tutu
http://forum.sa-mp.com/showthread.php?t=167937
Daj linije iznad i ispod linija gdje ti se javljaju errori.