09.04.2011, 13:04
I got those five warnings :
Amm, here's the script lines :
Line 29 :
Line 32 :
Line 43 :
Line 52 :
Line 53 :
Thank you.
PHP код:
C:\Documents and Settings\gidon\щемзп дтбегд\SpikeStrip.pwn(32) : warning 202: number of arguments does not match definition
C:\Documents and Settings\gidon\щемзп дтбегд\SpikeStrip.pwn(43) : warning 202: number of arguments does not match definition
C:\Documents and Settings\gidon\щемзп дтбегд\SpikeStrip.pwn(53) : warning 202: number of arguments does not match definition
C:\Documents and Settings\gidon\щемзп дтбегд\SpikeStrip.pwn(52) : warning 204: symbol is assigned a value that is never used: "DepartmentLeader"
C:\Documents and Settings\gidon\щемзп дтбегд\SpikeStrip.pwn(29) : warning 204: symbol is assigned a value that is never used: "PlayerSkinOfficer"
Line 29 :
PHP код:
PlayerSkinOfficer = 282 || 286 || 287 || 288 || 283 || 281 || 280 || 282 || 288 || 265 || 266 || 267;
PHP код:
if(GetPlayerSkin(playerid, PlayerSkinOfficer))
PHP код:
if(GetPlayerSkin(playerid, PlayerSkinOfficer))
PHP код:
DepartmentLeader = 282 || 283;
Line 53 :
PHP код:
if(GetPlayerSkin(playerid, DepartmentLeader))
Thank you.