Search Results
Quote: Originally Posted by Cepillado I don't get it. The colors aren't showing up? In the code that you posted you are already using a string and different colors. Also, I'm pretty sure ...
132
Код: #define COL_WHITE "{FFFFFF}" #define COL_RED "{F81414}" #define COL_GREEN "{00FF22}" #define COL_LIGHTBLUE "{00CED1}" #define COL_ORANGE "{FF9900AA}" new name[MAX_PLAYER_NAME], string[24+MAX...
132
If i buy a car, it doesnt spawn at the coordinates where is set the carspawn. When i try to locate it, it says it is at 0,0,0 but if go there it isnt there and even when i restart the server, the car ...
1,895
Whats wrong with this line pawn Код: if(PlayerToPoint(8, playerid,364.1431,173.7478,1008.3828 || PlayerToPoint(8, playerid,1713.30004883,1529.50000000,10.39999962 || PlayerToPoint(8, playerid,21...
67
Quote: Originally Posted by Butterfly You should update your samp client. There is a new version 0.3e Maybe he plays on a server that is still 0.3d
211
Quote: Originally Posted by Cameltoe pawn Код: command(announce, playerid, params[]){    new string[128];    if(pInfo[playerid][Admin] > 0)    {        if(sscanf(params, Â...
151
pawn Код: if(strcmp(cmd, "/announce", true) == 0)    {        if(pInfo[playerid][Admin] > 0)        {            tmp = strtok(cmdtext,idx), tmp2 = strtok(cmdtext,idx);      Â...
151
Post your playerrequestclass and requestspawn callbacks, both.
230
Do you it under requestclass, you have to do it under requestspawn. (I mean, now you can't even see the class because you are no admin, but if you do it under requestspawn, you can see it as no-admin,...
230
How can I get the ammount of players that registered, I mean like this: Player121 has registered an account(Registered accounts: 145) Do you get me, just give me an example if you can Thank you, y...
96
pawn Код: public OnPlayerText(playerid, text[]){new textv2[128], name[MAX_PLAYER_NAME];GetPlayerName(playerid, name, sizeof (name));format(textv2, sizeof (textv2), "(id: %d) %s", playerid, text);S...
54
pawn Код: public CheckGate(){    for(new i, m = GetMaxPlayers(); i < m; i++)    {            if (IsPlayerConnected(i))        {            if(IsPlayerInRangeOfPoint(i, 5.00,...
105
show us your whole OnPlayerCommandText
146
I am looking for some good working ENB series settings, maybe someone can post, because when i use ENB series it is to heavy for my sa-mp..
71