Search Results
Fixed, wrong variables. EDIT: Konstantinos yes that was a problem, I switched the variables and solved! Thanks anyway!
70
Hey I have this piece of code: pawn Код: new hashpass[129];                WP_Hash(hashpass,sizeof(hashpass),inputtext);                format(Query, sizeof(Query), "INSERT INTO `...
70
Quote: Originally Posted by AIped pawn Код: if(!strcmp(cmdtext, "/iwannaplayhideanseek", true)){     SetPlayerColor(playerid, 0xF0F8FFAA);// The last 2 zeros at the end make it tran...
210
There you go: pawn Код: command(hide,playerid,params[]){SetPlayerColor(playerid, 0xFFFF0000);// The last 2 zeros at the end make it transparent/invisiblereturn 1;}
210
I guess we'll have to wait to see if it fails or not! However the shit on TV right now is enough for me lol
107
Okay so I did this in "OnGameModeInit" Код: public OnGameModeInit() { PublicSpawnVehicles[0] = CreateVehicle(411,2829.0969000,-1166.0552000,24.7498000,83.3863000,64,1,15); //Infernus PublicSpaw...
102
This is one of those FS that despite being simple, they are really nice. Well done Incognito!
873
pawn Код: mysql_get_field("proprio", InfoMaison[idx][mProprio]); // In my database, the column proprio is a varchar(31) //Deleted that proprname thingnew pname[MAX_PLAYER_NAME+1], str[64]; GetPlay...
60
ID 3025 says "Helicopter" through the police radio. Or do you want something like "Mayday we're falling down"
106
I'll post it here for everyone to see it: pawn Код: //When you create the house//You should have some way of assigning the "enums" to the actual data itself//So right there you go:HouseInfo[hid][...
191
No, you didn't quite get that. I'll send you a PM shortly with detail, and then I'll upload it to the post. I'll just make sure you get it first
191
pawn Код: SetPlayerInterior(playerid,TheHouseInteriorVarHere); There you go
191
Quote: Originally Posted by FilesMAker You are joking us 30 min of waiting -_- 1 - He is disconnected 2 - Stop spamming the boards with messages that others post, there's no need for th...
159
1 - You should not set Virtual World to 0, imagine that you and I had the same house interior, we would basically be together in each other's house 2- You should therefore assign the Virtual World to ...
191
I assume you could make a for loop, and check for a "hasLabel[playerid]" and then run the code: pawn Код: //When the label gets createdhasLabel[playerid] = 1;//Command or sth..for(new i; i < M...
54
I'm guessing since you can't use a "StopSound" on it, play another sound like 4209 (blip) to cancel the other one
99
Showing the code would help us help you, please show it
159
If you wan't to take the "has to be near the exit" to exit part, just remove the if statement and the else statement as well: pawn Код: CMD:exit(playerid,params[]){        SendClientMessage(p...
139
Can you please translate to english? I have a hard time understanding the code if it is in Serb or whatever. I don't mean to be rude, it's just so that everyone can help you, since it is the "English...
47