27.03.2011, 17:37 
	
	
	
		how i fix this?:
and this warrning:
u used it like this:
	
	
	
	
Код:
number of arguments does not match definition
pawn Код:
new score;
GetPlayerScore(playerid, score);
SetPlayerScore(playerid, score);
Код:
warning 204: symbol is assigned a value that is never used: "veh"
pawn Код:
new veh;
veh = CreateObject
veh = DestroyObject




