18.11.2011, 17:46
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
if(classid == 1)
{
GameTextForPlayer(playerid, 0xFAF623, "Test!", 3000, 3);
}
PlayerPlaySound(playerid, 1187, 258.4506,-41.3547,1002.0234);
SetPlayerPos(playerid, 258.4506,-41.3547,1002.0234);
SetPlayerCameraPos(playerid, 258.4506,-41.3547,1002.0234);
SetPlayerCameraLookAt(playerid, 258.4506,-41.3547,1002.0234);
return 1;
}
error 035: argument type mismatch (argument 2)
I realy dont know why, I'm totaly new at scripting, help me plox
