Search Results
I recently installed "Oracle VM VirtualBox", trying to play GTA on there.
I installed Directx 10, I installed GTA sa along with SA:MP.
And I also installed the guest additions. When I join a server, e...
146
Updated a little bit, added pictures.
683
Fixed.. Reloading the game-mode helped.
133
There was no problem till the server restart, suddenly players weren't visible anymore.
I can spawn, when I spawn I'm like a spectator. I can look around like a camera but I can't move.
When I telepo...
133
Quote:
Originally Posted by detter
Maybe you need to rotate object for 180°
Thats not the problem, after like several times dying/reteleporting I can see them
180
Yes, I am using CreateDynamicObject, the objects are already created. I can walk on them, drive on them as I mentioned, yet Its not visible, I'm not sure but it's like im in a diffrent interior or vir...
180
I can walk on the object, I can drive on the objects. but I can't see them.
Only if I play like ten-twenty minutes they'll become visible. I'm using streamer of Incignito.
Any help?>
180
I've got on OnPlayerSpawn the following code:
PHP код:
             TogglePlayerSpectating(playerid, 0);
             TogglePlayerControllable( playerid, 0 );
 Â...
128
This is the code:
PHP код:
public OnPlayerSpawn(playerid)Â
{
        if(IsPlayerConnected(0)) // <-- This
        {
            SetTimer("startgm",100,false...
181
Could you help me with the code, I didn't quite get it.
193
This is the code I'm using:
PHP код:
if(pInfo[playerid][pAlive]Â ==Â false)Â
I get the error:
warning 213: tag mismatch
But when I change FALSE to 1 or something similiar, the error go...
193
Is it possible to choose a random vehicleID?
307
Edit: Nevermind it didn't work. :/ Any of you got any ideas?
307
So lets say I have this code:
PHP код:
SendClientMessage(playerid, COLOR_GREEN, "You're the one who got randomly picked, and won 500$!");Â
The server will pick a random "playe...
307
Soo I have this code:
PHP код:
public OnPlayerSpawn(playerid)                    // OnPlayerSpawn Callback
    {
    if(Alive[playerid] == false) return 0;
Â...
147
Quote:
Originally Posted by ReVo_
new bool:Alive[MAX_PLAYERS] = {true,...};
Where u want to check
new alives = 0;
for ( new i = 0 , j = GetMaxPlayers( ) ; i < j ; ++ i ) {
if( ! IsPla...
279
Quote:
Originally Posted by kirollos
you didnt answer my question.
where did you put the SetTimer ?
OnGameModeInit
258