16.07.2013, 20:16
pawn Код:
forward SaveBiz(bizid);
public SaveBiz(bizid)
{
INI_WriteFloat("xCoord",BizInfo[bizid][ex]);// Errors
INI_WriteFloat("yCoord",BizInfo[bizid][ey]);
INI_WriteFloat("zCoord",BizInfo[bizid][ez]);
INI_WriteFloat("ixCoord",BizInfo[bizid][ix]);
INI_WriteFloat("iyCoord",BizInfo[bizid][iy]);
INI_WriteFloat("izCoord",BizInfo[bizid][iz]);
INI_WriteInt("Products",BizInfo[bizid][Products]);
INI_WriteInt("Type",BizInfo[bizid][Type]);
INI_WriteInt("Interior",BizInfo[bizid][Interior]);
INI_WriteInt("Vault",BizInfo[bizid][Vault]);
INI_WriteInt("Owned",BizInfo[bizid][Owned]);
INI_WriteString("Owner",BizInfo[bizid][Owner]);// End Of Errors
return 1;
}
Код:
C:\Documents and Settings\Adrian\My Documents\Samp Servers\World Wide Roleplay\gamemodes\WW-RP.pwn(123) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Adrian\My Documents\Samp Servers\World Wide Roleplay\gamemodes\WW-RP.pwn(124) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Adrian\My Documents\Samp Servers\World Wide Roleplay\gamemodes\WW-RP.pwn(125) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Adrian\My Documents\Samp Servers\World Wide Roleplay\gamemodes\WW-RP.pwn(126) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Adrian\My Documents\Samp Servers\World Wide Roleplay\gamemodes\WW-RP.pwn(127) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Adrian\My Documents\Samp Servers\World Wide Roleplay\gamemodes\WW-RP.pwn(128) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Adrian\My Documents\Samp Servers\World Wide Roleplay\gamemodes\WW-RP.pwn(129) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Adrian\My Documents\Samp Servers\World Wide Roleplay\gamemodes\WW-RP.pwn(130) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Adrian\My Documents\Samp Servers\World Wide Roleplay\gamemodes\WW-RP.pwn(131) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Adrian\My Documents\Samp Servers\World Wide Roleplay\gamemodes\WW-RP.pwn(132) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Adrian\My Documents\Samp Servers\World Wide Roleplay\gamemodes\WW-RP.pwn(133) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Adrian\My Documents\Samp Servers\World Wide Roleplay\gamemodes\WW-RP.pwn(134) : error 035: argument type mismatch (argument 1)