27.08.2010, 20:55
I need seifader
C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (1849) : error 017: undefined symbol "FlashPlayerScreen" C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (1873) : error 017: undefined symbol "FlashPlayerScreen" C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (1887) : error 017: undefined symbol "FlashPlayerScreen" C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (2902) : warning 202: number of arguments does not match definition C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (4760) : warning 203: symbol is never used: "playerid" C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (4777) : warning 203: symbol is never used: "playerid" C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (5441) : warning 235: public function lacks forward declaration (symbol "OnPlayerFadeFlashed") C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (5535) : warning 203: symbol is never used: "FishNames" C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (5535) : warning 203: symbol is never used: "FishNamesNumber" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors. |
C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (4730) : warning 203: symbol is never used: "playerid" C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (4747) : warning 203: symbol is never used: "playerid" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings. |
dcmd_lock(playerid, params[]) { #pragma unused params /* new veh = GetPlayerVehicleID(playerid); if(car1[playerid] == veh || car2[playerid] == veh || car3[playerid] == veh) { SendClientMessage(playerid, GREY, "[VEHICLE] Your vehicle is locked."); for(new i=0; i < MAX_PLAYERS; i++) { if(i == playerid) continue; SetVehicleParamsForPlayer(veh,i,0,1); } PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0); } else SendClientMessage(playerid, LIGHTRED, "You are not owning this vehicle.");*/ return 1; } dcmd_unlock(playerid, params[]) { #pragma unused params /* new veh = GetPlayerVehicleID(playerid); if(car1[playerid] == veh || car2[playerid] == veh || car3[playerid] == veh) { SendClientMessage(playerid, GREY, "[VEHICLE] Your vehicle is unlocked."); for(new i=0; i < MAX_PLAYERS; i++) { if(i == playerid) continue; SetVehicleParamsForPlayer(veh,i,0,0); } PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0); } else SendClientMessage(playerid, LIGHTRED, "You are not owning this vehicle.");*/ return 1; } |
C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (1360) : error 017: undefined symbol "dcmd_lock" C:\Documents and Settings\Vartotojas\Desktop\RP\gamemodes\lvrp2.pwn (1361) : error 017: undefined symbol "dcmd_unlock" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors. |
It does't work, I starting that script and it not started.. Hey can whu giv me working script please?
|
dcmd(lock,4,cmdtext); dcmd(unlock,6,cmdtext); |
[20:51:29] Script[gamemodes/lvrp2.amx]: Run time error 19: "File or function is not found" [20:51:29] Number of vehicle models: 0 [20:51:31] --- Server Shutting Down. [20:51:31] *** Streamer Plugin v2.3.8 by Incognito unloaded *** [20:51:31] |