Search Results
I don't care if the topic(Client Support) is not compatible with my title. I just want to know you guys, that I'm running Windows 8(Yes, you will say you don't care), and has a SA-MP Map Construction ...
320
Quote: Not Found The requested URL /showthread.ph...ighlight=yhash was not found on this server. Could you please show me a bit more of the link? It's split. UD:I found the way,...
758
Quote: Originally Posted by Jimmy0wns pawn Код: new string[128];format(string, sizeof(string), "{%s}I need the text {%s}to be like this.", GetColorFromText(violet), GetColorFromText(re...
758
Код: stock GetColorFromText(color[]) { new rcolor; switch(color[]) { case "red": rcolor = "FF0000"; case "orange": rcolor = "FF6A00"; case "yellow": rcolor = "FFFF00"; case ...
758
Hi, I am looking for an object ID which is a 'destroyed' building, the one you can see in TDM servers. Thanks. I am also looking for the "vent" in Area 69 which is the one you will use at the Single P...
303
C:\Documents and Settings\eros\Desktop\SA-MP Server\gamemodes\groupsystem.pwn(513) : error 001: expected token: "]", but found "-identifier-" C:\Documents and Settings\eros\Desktop\SA-MP Server\gamemo...
374
pawn Код: FactionTag[GetPlayerFactionID(playerid)] = inputtext; Код: error 047: array sizes do not match, or destination array is too small What the actual fuck is wrong with that fucking code...
374
How do I do it without the p<.> then?
467
new string[128]; format(string, sizeof(string), "Points:%d\nPremium shit - 60 premium points\nPremium shit1 - 69 premium points",PlayerInfo[playerid][SpecialPoints]); ShowPlayerDialog(playerid, 34111,...
506
Use format(string... instead, you can't format strings on the ShowPlayerDialog function. pawn Код: new string[128];format(string, sizeof(string), "Points:",PlayerInfo[playerid][SpecialPoints]ShowP...
506
Now it kept saying the usage ones. EDIT: Console says "sscanf error: System not initialised."
467
If I'd put two string parameters next to each other, the strlen of the first one will be zero, for such an unknown reason. pawn Код: new name[24], tag[3], string1[128];    if(sscanf(params,"ss",...
467
But my file saves well on that path. The problem is, it doesn't read it.
515
pawn Код: for(new groupid = 0; groupid < MAX_GROUPS; groupid++) INI_ParseFile(GPath(groupid), "loadgroup_%s", .bExtra = true, .extra = groupid); //This is how I load data//publicforward loadgro...
515
pawn Код: stock GPath(groupid){    new str[128];    format(str,sizeof(str),gPath,GetGroupNameFromID(groupid));    return str;}stock GetGroupNameFromID(groupid) return FactionName[groupid];
358
Saving the data works well for me- but the problem is I can't load the saved data. Note: this is a group system pawn Код: for(new groupid = 0; groupid < MAX_GROUPS; groupid++) INI_ParseFile(GPa...
358