๐ฑPDA
General game-PDA that can be opened with up arrow.
Examples:
Add Contact:
function PDA_Callback()
{
return false; // Return true if you wanna answer call...
}
PDA.AddContact("ContactName", "ContactPortrait", PDA_Callback);Static Functions:
.EndPhoneCall
.AddContact
Name
Type
Description
.RemoveContact
Name
Type
Description
Last updated