04.12.2012, 07:50
Hi, I added new command for my script, but it's got 2 error.
Help, The error is
And The Line is:
Help, The error is
pawn Код:
C:\Users\ariefkyano\Desktop\Test RP\gamemodes\Respect4.pwn(78509) : error 033: array must be indexed (variable "inputtext")
C:\Users\ariefkyano\Desktop\Test RP\gamemodes\Respect4.pwn(78510) : error 033: array must be indexed (variable "inputtext")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
pawn Код:
BusinessInfo[bizid][bProducts] += inputtext; <= Line 78509
PlayerInfo[playerid][pCash] -= inputtext*20; <= Line 78510