Search Results
Quote:
Originally Posted by Ryan_Bowe
Is there a tutorial for the Plugin?
I don't think so, I hope Dan will write a FAQ like any other plugin has, this plugin sounds amazing, just waiti...
6,048
I use a settimerex
60
Olб, estou procurando uma maneira de esconder o objeto e apenas usar a funзгo de escrever no mesmo, todos sabemos que existe a funзгo SetObjectMaterialText, porem quando eu uso alйm do objeto fi...
61
Hey guys, I'm looking for a way to hide the object and just show the text.
Is it possible?
I would like to make a system where any player might write something, but I don't really wanna show the obje...
68
Hey guys, I guess I found a bug.
I changed my skin for a random ID (I guess ID 5), after I died my skin went back for ID 0, which is normal, but for my friend still was the old skin.
I'm not sure if ...
69
pawn Code:
native DisableVehicleMarkers()
It would be awesome.
2,703
The point is, I'm using y_cmd, and I want to give a permission to someone use this command.
Command_SetPlayerNamed("command", playerid, true);
how should I do that using MySQL?
51
Hey guys, I need some help, I'm trying to fetch boolean using MySQL r7.
Is it possible?
Btw, I searched and I asked on BlueG topic and I didn't find any answer.
51
cd /var/tmp
wget http://www6.atomicorp.com/channels/a...5.art.i386.rpm
rpm -Uvh mysqlclient16-5.1.59-1.el5.art.i386.rpm
let me know if you get any errors...
41
OnPlayerKeyStateChange doesn't "read" KEY_UP, KEY_DOWN, KEY_LEFT, KEY_RIGHT.
And I need to see when someone press some key to walk.
70
Hey guys I have a question, I'm trying to make a system that will not allow the player walk fast.
See, when you press "W" even without you to press sprint you gonna walk really fast and you might go ...
70
Checa se foi com a sniper, caso contrбrio retorna.
68
Entгo faзa isso aqui;
//topo do gm
new nao_salvar;
//OnGameModeInit
nao_salvar = 1;
//no comando quando der GMX
nao_salvar = 2;
//OnGameModeExit
if(nao_salvar == 1) {
//funcao para salvar...
99
Eu entendi perfeitamente, eu tive esse problema, porque na public OngameModeExit eu estava salvando as contas dos jogadores, todas as demais vбriaveis salvavam, menos a posiзгo..
Por isso eu lhe p...
99
Colocar animaзгo ao jogador;
https://sampwiki.blast.hk/wiki/ApplyAnimation
Colocar o objeto no jogador;
https://sampwiki.blast.hk/wiki/AttachObjectToPlayer
43
na public OnGameModeExit() tem a funзгo para salvar as contas?
99