08.01.2013, 18:49
pawn Code:
MoveTextdraw(Text:text, Float:x, Float:y, Float:speed);//Move to the specified position
(Changing texture for player attached objects, don't forget to support for changing multiple textures)
AttachPlayerObjectToPlayerObject(playerid, objectid, attachtoid, Float:OffsetX, Float:OffsetY, Float:OffsetZ, Float:RotX, Float:RotY, Float:RotZ, SyncRotation = 1);
//Really useful for object streamers to attach unlimited number of objects to a single object, so that moving the whole set of objects is easier
GetPlayerScreenResolution(playerid, width, height);
IsPlayerUsesWidescreenMode(playerid);//Return GTA:SA's settings
//Useful for creating automatic widescreen mode for the UI/textdraws of the server.
public OnAudioStreamPlay(playerid, handleid);
public OnAudioStreamStop(playerid, handleid);
//Same as audio plugin by Incognito. It means PlayAudioStreamForPlayer should also return a handle ID.
(Larger font size for DIALOG_STYLE_MSGBOX, DIALOG_STYLE_INPUT and DIALOG_STYLE_PASSWORD on smaller screen resolution like 1024x768, same size as DIALOG_STYLE_LIST is good)
(Dynamically adjust the dialog size for lists and the caption)
(Change the font of the whole game into others, so that "I" and "l" can be easily recognised)