SA-MP Forums Archive
help. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help. (/showthread.php?tid=185723)



help. - Gh0sT_ - 25.10.2010

whats wrong with
Quote:

dini_IntSet(file, "Ieimas", GetPVarInt(playerid, "Ieimas",coo[0],coo[1],coo[2],GetPlayerInterior(playerid),GetPlayerVirtualWorld (playerid));

im getting errorz:
Quote:

C:\Documents and Settings\Admin\Desktop\GRP4\gamemodes\LVRL.pwn(214 7) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Admin\Desktop\GRP4\gamemodes\LVRL.pwn(214 7) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Admin\Desktop\GRP4\gamemodes\LVRL.pwn(214 7) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Admin\Desktop\GRP4\gamemodes\LVRL.pwn(214 7) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Admin\Desktop\GRP4\gamemodes\LVRL.pwn(214 7) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Admin\Desktop\GRP4\gamemodes\LVRL.pwn(214 7) : error 001: expected token: ",", but found ";"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.




Re: help. - Bogdanovic - 25.10.2010

Try to this...

dini_IntSet(file, GetPVarInt(playerid, "Ieimas"), coo[0], coo[1], coo[2], GetPlayerInterior(playerid), GetPlayerVirtualWorld(playerid));