Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- / / Premium SAMP, parágrafo Tudo Seu Servidor SAMP, FS, a GM, e Muito Mais Inclui,
- / / Visite-nos: http://premium-samp.blogspot.com.br/
- Funções nativas (natives):
- - FILE
- pgd_CriarArquivo(nome_arquivo[]);
- pgd_ApagarArquivo(nome_arquivo[]);
- pgd_ArquivoExiste(nome_arquivo[]);
- pgd_EscreverStr(arquivo[], chave[], prefixo[2] = ":", valor[]);
- pgd_EscreverInt(arquivo[], chave[], prefixo[2] = ":", valor);
- pgd_EscreverFloat(arquivo[], chave[], prefixo[2] = ":", Float:valor);
- pgd_EscreverBool(arquivo[], chave[], prefixo[2] = ":", bool:valor);
- pgd_CarregarStr(arquivo[], chave[], prefixo[2] = ":");
- pgd_CarregarInt(arquivo[], chave[], prefixo[2] = ":");
- pgd_CarregarBool(arquivo[], chave[], prefixo[2] = ":");
- pgd_CarregarFloat(arquivo[], chave[], prefixo[2] = ":");
- pgd_ChaveExiste(arquivo[], chave[], prefixo[2] = ":");
- pgd_CopiarDados(arquivo_principal[], arquivo_destino[], bool:ad_a = true);
- pgd_MudarValor(arquivo[], linha, c_linha_nova[]);
- pgd_ApagarChave(arquivo[], chave[], prefixo[2] = ":");
- pgd_ApagarLinha(arquivo[], linha);
- pgd_EscreverArquivo(arquivo[], linha[], bool:comparar_igual = false);
- pgd_RenomearArquivo(nome_antigo[], novo_nome[]);
- - SQLite
- pgd_SQLCriarDatabase(dbnome[]);
- pgd_SQLApagarDatabase(dbnome[]);
- pgd_SQLDatabaseExiste(dbnome[]);
- pgd_SQLCriarTabela(dbnome[], tabela_nome[], coluna[]);
- pgd_SQLLimparTabela(dbnome[], tabela_nome[]);
- pgd_SQLVerificarColuna(dbnome[], tabela_nome[], where[]);
- pgd_SQLInserirLivre(dbnome[], tabela_nome[], coluna_str[], dados[]);
- pgd_SQLInserirStr(dbnome[], tabela_nome[], coluna[], dados[]);
- pgd_SQLInserirInt(dbnome[], tabela_nome[], coluna[], dados);
- pgd_SQLInserirFloat(dbnome[], tabela_nome[], coluna[], Float:dados);
- pgd_SQLInserirBool(dbnome[], tabela_nome[], coluna[], bool:dados);
- pgd_SQLEscreverStr(dbnome[], tabela_nome[], coluna[], where[], dados[]);
- pgd_SQLEscreverInt(dbnome[], tabela_nome[], coluna[], where[], dados);
- pgd_SQLEscreverFloat(dbnome[], tabela_nome[], coluna[], where[], Float:dados);
- pgd_SQLEscreverBool(dbnome[], tabela_nome[], coluna[], where[], bool:dados);
- pgd_SQLCarregarStr(dbnome[], tabela[], coluna[], where[]);
- pgd_SQLCarregarInt(dbnome[], tabela[], coluna[], where[]);
- pgd_SQLCarregarBool(dbnome[], tabela[], coluna[], where[]);
- pgd_SQLCarregarFloat(dbnome[], tabela[], coluna[], where[]);
- pgd_SQLValorExiste(dbnome[], tabela[], coluna[], where[]);
- pgd_SQLApagarDados(dbnome[], tabela[], where[]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement