Search Results
Alright, first off all, I have no idea if this is the correct section to post a issue like this. I'm Sammy Osborn, Head Administrator of the San Andreas Roleplay Community. We've lately had another se...
218
pawn Code: dcmd_ooc(playerid, params[])    {    new sendername[32];    new idx;    new string[128];    GetPlayerName(playerid, sendername, sizeof(sendername));    new length = strlen(para...
87
pawn Код: == Is Equal To - pawn Код: if(IsPlayerAdmin(playerid) == 0) pawn Код: >= Is Bigger Than Or Equal To - pawn Код: if(GetPlayerVehicleID(playerid) >= 5) pawn Код: =&...
109
Quote: Originally Posted by biltong pawn Код: if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) Or.. pawn Код: if(!IsPlayerInAnyVehicle(playerid)) { } When you call a funct...
188
Try Creating a vehicle with a specific ID. e.g.: pawn Код: new npcveh;public OnGameModeInit(){npcveh = CreateVehicle(427,0.0,0.0,0.0,0.0,0,1,5000);return 1;} Then put the NPC in "npcveh", not th...
100
That right there is blatant script stealing. He put it up for people to have a look at, not to steal it. Log1, try searching SA-MP's wiki.
205
pawn Код: #define Command(%1) if(!strcmp(cmdtext,%1,true))#define sM(%1,%2,%3) SendClientMessage(%1,%2,%3)//Defines Command(CMD) to "if(!strcmp(cmdtext,%1,true))" and sM(playerid,COLOR,string) to ...
40,221
I don't know if this would work, but.. pawn Код: OnPlayerConnect(playerid){if(strcmp(ConnectName, "[ETW]MrWhoopey",true)) // If their name ISN'T the same as the bot..{if(playerid == 0) // .. and t...
179
It's a mod for CLEO. http://cleo.sannybuilder.com/ ******* > ELM GTASA v7
206
Adding more than one house isn't working. I added two houses, and once I buy one and sell it, I buy the other one and it says "You are not in a house icon" when I'm standing in the middle of it.
1,017
pawn Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){  if(ispassenger == 0) //Check to see if the player is a passenger  {     if(IsVehPlane(vehicleid))     {       ...
159
Thank you BP13. If anyone needs help with this, or something else, PM me.
1,524
Hey Mo3 it's me Skelebob. It was fun playing with this bot yesterday You're amazing!
864
The first 1 isn't mine. And i wrote it in caps because i wanted to?
1,524
Quote: Originally Posted by Daren_Jacobson lol, i was just looking at it, yours isn't indented either. It must be indented if my pawno doesn't give out indentation warnings :/ And no, i...
1,524
Quote: Originally Posted by thuron Quote: Originally Posted by Seif_ Yours isn't indented, a bad example for new scripters. omg ur so sad!!! xDxDxD he wrote one and im happ...
1,524
I did read it, and i decided to make one WITH the response.
1,524
All yours is complicated and doesnt even include Dialog Response. Why all the new stuff if you dont need it? Waste of space imo
1,524
Hello, this will show you how to make the 3 types of dialog, and how to respond to them. Dialog 1: Message Box Can be used for welcoming someone to a server, or for showing the rules of a server. Th...
1,524