error 035: argument type mismatch (argument 2) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 035: argument type mismatch (argument 2) (
/showthread.php?tid=307380)
error 035: argument type mismatch (argument 2) -
Balinator - 30.12.2011
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 }
Re: error 035: argument type mismatch (argument 2) -
FireCat - 30.12.2011
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;
}