Help plox(error 035: argument type mismatch (argument 2)
#1

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;
}
When I do it, I get this error:
error 035: argument type mismatch (argument 2)

I realy dont know why, I'm totaly new at scripting, help me plox
Reply
#2

Nevermined, fixed :P
Reply
#3

https://sampwiki.blast.hk/wiki/GameTextForPlayer
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)