Search Results
Okay, got it now. You can lock this thread. Thanks.
85
Quote: Originally Posted by WizzardY Check their camera position using vectors Does so.beit set particular camera position?
85
I saw some So.beit detector on some servers. Does anyone know how to script something like that?
85
Basically I've got this problem here. Whenever I try creating a business (or a building, for example) in my house it creates a pickup and a 3dtextlabel. When I create it I don't notice any lag, but af...
68
Solved, I understood the gettime now. Thanks anyway.
46
So I'm trying to do a temp ban system. And when I ban someone I do: new timestamp = gettime + mktime(0,0,0,n,0,0); PlayerInfo[pid][Tempban] = timestamp; I put this in an integer value field in MYSQL...
46
Not y_lock or y_master. I mean.. if someone uses it and I don't want him to do it, what can I do? Like doing a cmd or something to block the gamemode and every time it starts it say something like "Ga...
112
Quote: Originally Posted by arjanforgames Try SetPlayerSpawnInfo too. What? Well.. I didn't explain it good. The player spawn but the "spawn bar" appears. That one with the button "Spa...
113
The player doesn't spawn. I scripted a lot of gamemode but this is the first time that it happens. After the dialog login I put a SpawnPlayer(playerid) but the player doesn't spawn. After onplayerclas...
113
Solved.. just a capital word problem.
58
new m[24]; GetPlayerName(playerid,m,24); strreplace(m, '_', ' '); if(strcmp(VehInfo[c][Proprietario],m,true) == 0) { continue ; } I got tag mismatch on the last line.. Thanks for the help.
58
Okay, so.. I'm having a little problem. I was trying to do something like this: #define SPAWN1_NAME Los Santos #define SPAWN2_NAME Las Venturas ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Spa wn"...
94
you forgot the ";" between driver <MAX_PLAYERS and driver++
160
Код: if(newkeys == KEY_SECONDARY_ATTACK) { for(new H=0;H<MAX_HOUSE;H++) { if(IsPlayerInRangeOfPoint(playerid, 1.0, HouseInfo[H][Enterx],HouseInfo[H][Entery],HouseInfo[H][Enterz])) { ...
60
CMD:gotopd(playerid, params[]) { printf("before if"); if(PlayerInfo[playerid][Admin] > 0 || PlayerInfo[playerid][Helper] > 0) { printf("after if"); SetPlayerPos(playerid, 1520.1942,-1666.2303,13...
149
Quote: Originally Posted by Mike_Peterson Ok, first thing to do is debug. add print messages before and after you used the setplayerpos command and check your server console afterwards, te...
149
Quote: Originally Posted by Inverse Give us some more information. We can't help you without that. I don't know what to tell you. I just know after I put incognito's streamer I noticed ...
149
Quote: Originally Posted by |-Ruben-| Can you post all the command with SetPlayerPos function? I should post a full gamemode, because it is a roleplay gamemode. I can post you an exampl...
149
I don't know.. i started again my gamemode and setplayerpos doesn't work anymore. I don't know why, but it doesn't work. Every commands that has a SetPlayerPos inside works and it doesn't teleport you...
149