15.12.2012, 02:39
All these errors im getting:
Error is:
Error is on the last
Why does this happend? I got many error of those...
Error is:
Quote:
error 079: inconsistent return types (array & non-array) |
pawn Код:
if (strcmp("/wepshop", cmdtext, true, 11) == 0)
{
if(IsPlayerVipType(playerid,1))
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Weapon Shop","Brass Knuckles ($500)\nGolf Club ($500)\nNite Stick ($500)\nKnife ($500)\nBaseball Bat ($500)\nShovel ($500)\nPool Cue ($500)\nKatana ($500)\nChainsaw ($1500)\n9mm Pistol ($2000)\nSilenced 9mm Pistol ($2100)\nDesert Eagle ($2100)\nSawn-Off Shotgun ($10000)\nAK-47 ($5000)\nTEC-9 ($2500)\nSpecial Weapon ($50000)\n","Buy!", "Exit");
return 1;
Код:
return 1;