25.03.2014, 12:26
Quote:
|
There are at least two reasons this should be English.
1. This is an English forum. Nobody here is going to use your script if they don't understand the functions. 2. SA-MP is English. The API is English. You should stick to English so it's consistent. |
KreirajBeleznicu(playerid); -> CreateNotepad(playerid);
//opening the notepad
OtvoriBeleznicu(playerid); -> OpenNotepad(playerid);
//Delete user notes
ObrisiBeleznicu(playerid); -> DestroyNotepad(playerid);
//loading datas
UcitajBeleske_data(playerid,name[],value[]) -> LoadNotes_data(playerid,name[],value[]);
//include starting
OtvaramoBeleske() -> OpenNotes();
Just rename functions in a include file.


