Search Results
I recently installed Windows 7, now my problem is I can't start sa-mp, I reinstalled it several times through different downloads. My drivers are up to date, I removed User files folder, basically I ...
94
https://cdn.discordapp.com/attachmen...3/Immagine.png how to fix that? (ps my friend wanted me to make that thread for him as he forgot his pass to the forums)
100
Quote: Originally Posted by Uproar Looks good, especially if you made it as a beginner, good job. thank u very much, I got into that kind of stuff just a week ago, everything made from ...
539
Quote: Originally Posted by RANGER44 I bet you aren't beginner because your pics look cool. Good work, make me one XD (+1rep) ) haha you bet I am, thanks I appreciate your honesty.
539
So this first one, the quality's bad because photoshop crashed so I quickly took a screenshot before it closes and i cropped it haha (all the work almost went to waste ) and heres the second one,...
539
he wants people to have their health and armour bar on the map like the image he uploaded gosh is it so hard to understand lol
282
Код: Specifiers: Format Use L(true/false) Optional logical truthity l Logical truthity B(binary) Optional binary number b Binary number N(any format number) Optional n...
147
well heres my onplayerspawn the only positions are set are those Код: public OnPlayerSpawn(playerid) { switch( MapChange ) { case 0: { new gMap1 = random( sizeof ( gMapSpawns1 )); ...
170
Quote: Originally Posted by MadeMan The order of the arguments is a bit different. Try this: pawn Код: SetPlayerWorldBounds(playerid, 2673.708984, 1945.708984, -1342.893676, -1910.8936...
170
i tried this Код: public OnPlayerSpawn(playerid) { switch( MapChange ) { case 0: { new gMap1 = random( sizeof ( gMapSpawns1 )); SetPlayerPos(playerid, gMapSpawns1[gMap1][0], gMapSp...
170
so i searched a little bit but i couldn't find anything that would make me understand on how to exactly set boundaries i've made this Код: //At The Top Of The Script: new lossantos; //Under OnG...
170
thanks that worked but party, i've made a simple command to test it Код: CMD:changemap(playerid, params[]) { GameTextForAll("~y~LOADING NEW MAP", 4000, 6); SetTimer("StartNewMap", 4000,...
128
so i was playing around and i was trying to get the script to know what map is going to be loaded now so i've done this Код: public StartNewMap() { for(new i = 0; i < MAX_PLAYERS; i++) {...
128
Код: CMD:asay(playerid, params[]) { new str[128]; if(sscanf(params, "s[128]", str)) return SendClientMessage(playerid, -1, "{c3c3c3}(INFO) /asay [message]"); format(str, sizeof(str), "{9...
197
Код: new MapChange; forward MapTimer(playerid); } SetTimer("ChangeMap", 5000, true); MapChange = 0; return 1; } public MapTimer(playerid) { MapChange ++; GameTextForAll("~y~LO...
202