3 Questions.
#1

How come my ID does not show when is saw soemthing in chat?
Is there a was to change the Map:
And how can i get all the skins?
Reply
#2

Quote:
Originally Posted by [A]ndrei
Посмотреть сообщение
How come my ID does not show when is saw soemthing in chat?
Is there a was to change the Map:
And how can i get all the skins?
sa-mp wiki and the search button here can answer all of these wonderful questions.
Reply
#3

1) Simple add this anywhere to your GM:
pawn Код:
public OnPlayerText(playerid, text[])
{
    new pName[MAX_PLAYER_NAME], string[144];
    GetPlayerName(playerid, pName,sizeof(pName));
    format(string, sizeof(string), "%s[%i]: %s", pName, playerid, text);
    printf(string);
    SendClientMessageToAll(0xFFFFFFFF, string);
    return 0;
}
2) In server.cfg add
Код:
mapname LS/SF
(Just for example)
3) In OnGameModeInit()
pawn Код:
for(new s = 1; s < 300; s++)
{
    AddPlayerClass(s, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
}
Reply
#4

Hey man antoehr question whats the best hoster for cheap olny hosting? not the site?
Reply
#5

Quote:
Originally Posted by lamarr007
Посмотреть сообщение
3) In OnGameModeInit()
pawn Код:
for(new s = 1; s < 300; s++)
{
    AddPlayerClass(s, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
}
Might want to add a check in there - skin ID 74 doesn't exist (at least what the wiki says (i think you skipped CJ's skin ID on purpose (0) so prolly don't need to say anything about that)
Reply
#6

EDIT: Het bro i need to in ZCMD please.
Reply
#7

ZCMD is for commands.. this is not commands
Quote:

Might want to add a check in there - skin ID 74 doesn't exist (at least what the wiki says (i think you skipped CJ's skin ID on purpose (0) so prolly don't need to say anything about that)

I donґt know that.. and I deliberately donґt add CJ to classes
pawn Код:
for(new s; s < 300; s++)
{
    if(!= 74)
    {
        AddPlayerClass(s, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    }
}
For free hosting, try pipni.cz.. But itґs in Czech.
Reply
#8

lamarr007 hey can you give me ALL the skin and ADD CJ!
Also can you put them in paste bin?
Reply
#9

Also wh n i put for the id thing it sill does not show the id
Reply
#10

can someone please give me the code im waiting the one including cj and EVEY SKIN!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)