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

I have a problem in the 4813

4809 public OnPlayerSpawn(playerid)
4810 {
4811 GameTextForPlayer(playerid,"Ha nem latod a kornyezetet akor irj /kill-t!",2500,5);
4812 SetPlayerInterior(playerid,0);
4813 GetPlayerPos(playerid, 451,2040.0520,1319.2799,10.3779);
4814 return 1;
4815 }
Reply
#2

pawn Код:
public OnPlayerSpawn(playerid)
{
    GameTextForPlayer(playerid,"Ha nem latod a kornyezetet akor irj /kill-t!",2500,5);
    SetPlayerInterior(playerid,0);
    SetPlayerPos(playerid, 2040.0520,1319.2799,10.3779);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)