09.07.2014, 15:30
for example for "SendClientMessage(playerid,Color,Message)"
to make it "Msg(playerid,color,message)"
ShowPlayerDialog(playerid,DialogID,Dialog Style,"Title","Msg","Btn1","Btn2")
Dialog(playerid,DialogID,Dialog Style,"Title","Msg","Btn1","Btn2")
And for:
DOF2_GetInt(pFile(playerid),"X");
GetInt(playerid,"X");
same for SetInt
to make it "Msg(playerid,color,message)"
ShowPlayerDialog(playerid,DialogID,Dialog Style,"Title","Msg","Btn1","Btn2")
Dialog(playerid,DialogID,Dialog Style,"Title","Msg","Btn1","Btn2")
And for:
DOF2_GetInt(pFile(playerid),"X");
GetInt(playerid,"X");
same for SetInt