#1

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.

Reply
#2

Try to this...

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


Forum Jump:


Users browsing this thread: 1 Guest(s)