Search Results
Um exemplo abaixo:
PHP Code:
static
Float:ShipmentList[][] = {
{1963.3864, 1362.4166, 9.2578},
{1970.6091, 1367.9214, 9.2578},
{1985....
513
PHP Code:
IsPlayerNearPlayer(playerid, targetid, Float:range = 5.0)
{
new
Float:x,
Float:y,
Float:z;
GetPlayerPos(targetid, x,...
391
Code:
new string[300];
for(new i; i < 3000; i++)
{
format(String, sizeof(String), CONTAS, string[i]);
wtf
1,051
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,...
473
PHP Code:
GetNearestVehicleFromPlayer(playerid, Float:distance = 30.0) {
new
Float:min_dist,
vehicleid = INVALID_VEHICLE_ID,
Float:x,
...
473
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"....
1,939
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 ...
353
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
521
https://forum.sa-mp.com/showpost.php...5&postcount=70
521
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...
610
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
610
Й isso?
PHP Code:
#include "a_samp"
#include "streamer"
new
AreaID,
PlayerAreaID[MAX_PLAYERS] = {-1, ...};
main() {
AreaID = CreateDynamicSphere(0.0, 0.0, 3.0...
556
PHP Code:
#include "streamer"
new
AreaID;
AreaID = CreateDynamicSphere(0.0, 0.0, 3.0, 2.0);
public OnPlayerEnterDynamicArea(playerid, areaid) {
if (areaid == AreaID)...
556
https://sampwiki.blast.hk/wiki/SetTimerEx
854
PHP Code:
#include "a_samp"
enum colorData {
colorName[24],
color
};
new
Colors[][colorData] = {
{"White", 0xFFFFFFFF},
{"Middle Pu...
288
https://sampforum.blast.hk/showthread.php?tid=620364
https://sampforum.blast.hk/showthread.php?tid=645944
279
Procure por Brackets.
https://sampforum.blast.hk/showthread.php?tid=570933
212
https://sampforum.blast.hk/showthread.php?tid=102865
https://github.com/samp-incognito/sa...atives#updates
Streamer_Update
534
PHP код:
new
id;
id = Create3DTextLabel(...);
269