SA-MP Forums Archive
Argument Mismatch - 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: Argument Mismatch (/showthread.php?tid=657939)



Argument Mismatch - playstores - 18.08.2018

Quote:

WantedLevel[pid] = KTime[playerid];
PlayerInfo[pid][pJailTime] = KTime[playerid] * 60;
SetTimerEx("UnPrison",KTime,0,"i",playerid); // Wrong

Idk how to write that



error 035: argument type mismatch (argument 2)


Re: Argument Mismatch - Shinja - 18.08.2018

PHP код:
SetTimerEx("UnPrison",PlayerInfo[pid][pJailTime],0,"i",pid);