SA-MP Forums Archive
function heading differs from prototype ? - 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)
+--- Thread: function heading differs from prototype ? (/showthread.php?tid=629871)



function heading differs from prototype ? - Jihanz - 05.03.2017

Can You Fix it ?

PHP код:
public CreateHouse(ids)
{
    
houseInfo[ids][db_id] = cache_insert_id(mysqlku);
    return 
1;

Код:
D:\data aji\Samp server\gamemodes\percobaan.pwn(194) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Line 194 public CreateHouse(ids)


Re: function heading differs from prototype ? - Toroi - 05.03.2017

Show us your
Код:
forward CreateHouse()



Re: function heading differs from prototype ? - Jihanz - 05.03.2017

Quote:
Originally Posted by Troydere
Посмотреть сообщение
Show us your
Код:
forward CreateHouse()
Fixed Welldone Thanks a lot