21.12.2010, 17:38
Quote:
|
pawn Код:
One thing you should read some tutorials and manuals this is a very obvious error, no offense. |
Код:
public OnPlayerRequestClass(playerid, classid)
{
switch(classid)
{
case 0: test
//and so on
}
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
return 1;
}
pawn Код:
C:\Users\Alex - Webhost\Desktop\Divinity Gaming Comunity\SA-MP\SFP C R6\gamemodes\sfp.pwn(78) : warning 217: loose indentation
C:\Users\Alex - Webhost\Desktop\Divinity Gaming Comunity\SA-MP\SFP C R6\gamemodes\sfp.pwn(804) : error 017: undefined symbol "test"
C:\Users\Alex - Webhost\Desktop\Divinity Gaming Comunity\SA-MP\SFP C R6\gamemodes\sfp.pwn(804 -- 806) : warning 215: expression has no effect
C:\Users\Alex - Webhost\Desktop\Divinity Gaming Comunity\SA-MP\SFP C R6\gamemodes\sfp.pwn(806) : error 001: expected token: ";", but found "}"
C:\Users\Alex - Webhost\Desktop\Divinity Gaming Comunity\SA-MP\SFP C R6\gamemodes\sfp.pwn(807) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.

