Search Results
Um exemplo abaixo: PHP Code: static     Float:ShipmentList[][] = {         {1963.3864, 1362.4166, 9.2578},         {1970.6091, 1367.9214, 9.2578},         {1985....
321
PHP Code: IsPlayerNearPlayer(playerid, targetid, Float:range = 5.0) {     new         Float:x,         Float:y,         Float:z;     GetPlayerPos(targetid, x,...
235
Code: new string[300]; for(new i; i < 3000; i++) { format(String, sizeof(String), CONTAS, string[i]); wtf
540
Quote: Originally Posted by GasparzinhoXD Como que eu faзo para usar? Tipo... PHP Code: format(string, sizeof string, "O ID do veiculo й %d", ); SendClientMessage(playerid,...
225
PHP Code: GetNearestVehicleFromPlayer(playerid, Float:distance = 30.0) {     new         Float:min_dist,         vehicleid = INVALID_VEHICLE_ID,         Float:x, ...
225
1 - Vocк nгo alterou a senha "rcon_password changeme". 2 - Vocк digitou um nome de arquivo .amx incorreto. (Nгo estб na pasta "gamemodes") 3 - Pode estar faltando arquivos na pasta "scriptfiles"....
831
Quote: Originally Posted by Ryuzaki07 Muito obrigado, resolveu, sу por duvida a bool no caso deveria ser new bool:AutotuningVIP[MAX_PLAYERS] por que? qual eh a diferenзa da atual para ...
200
Vocк quer estudar o gamemode, mas nгo sabe como compilar um gamemode simples, seguindo passos simples, й complicado. https://github.com/pawn-lang/compile...es/tag/v3.10.8
324
https://forum.sa-mp.com/showpost.php...5&postcount=70
324
Nгo podem ser alteradas. Exemplo: PHP Code: #include "a_samp"f(arr[]) {    printf("%s", arr);}test() {    /*        Vai exibir o warning - literal array/string passed...
363
Vocк usa mуdulos? mudou em todos eles?
363
Vocк deve atualizar sua versгo do YSI para 5.x, que deve corrigir esses avisos. https://github.com/pawn-lang/YSI-Includes/tree/5.x
363
Й isso? PHP Code: #include "a_samp" #include "streamer" new     AreaID,     PlayerAreaID[MAX_PLAYERS] = {-1, ...}; main() {     AreaID = CreateDynamicSphere(0.0, 0.0, 3.0...
355
PHP Code: #include "streamer" new     AreaID; AreaID = CreateDynamicSphere(0.0, 0.0, 3.0, 2.0); public OnPlayerEnterDynamicArea(playerid, areaid) {     if (areaid == AreaID)...
355
https://sampwiki.blast.hk/wiki/SetTimerEx
424
PHP Code: #include "a_samp" enum colorData {     colorName[24],     color }; new     Colors[][colorData] = {         {"White", 0xFFFFFFFF},         {"Middle Pu...
145
https://sampforum.blast.hk/showthread.php?tid=620364 https://sampforum.blast.hk/showthread.php?tid=645944
155
Procure por Brackets. https://sampforum.blast.hk/showthread.php?tid=570933
122
https://sampforum.blast.hk/showthread.php?tid=102865 https://github.com/samp-incognito/sa...atives#updates Streamer_Update
380
PHP код: new     id; id = Create3DTextLabel(...); 
202