Search Results
Try this : PHP код: public OnPlayerSpawn(playerid) {     if(gTeam[playerid] == TEAM_CIVILIAN)     {         switch(random(4))         {             caseÂ...
338
PHP код: PutPlayerInVehicle(playerid,car,0); // To PutPlayerInVehicle(playerid, car[playerid], 0); 
290
Replace all "car=CreateVehicle(...)" to "car[playerid] = CreateVehicle(...)"
290
pawn Код: if(pInfo[playerid][pAdminLevel] < 1) return SendClientMessage(playerid, COLOR_RED, "<!>You are not TDM administrator!"); //ERROR LINE{    new cmd[256], idx;    cmd = strtok(...
154
Give them your internet IP : http://www.whatismyip.com/ xx.xxx.xx.xxx:PORT. Check if your port is open too.
222
Try this : pawn Код: CMD:hfind(playerid, params[]){    if(PlayerInfo[playerid][pMember] != 8)    {        SendClientMessageEx(playerid, COLOR_GREY, "You're not a Hitman.");        ret...
116
You can type /save in game to save a location. Locations will be saved in GTA San Andreas User Files folder in locations.txt.
249
Pourquoi faire croire que c'est toi qui l'a fait de A а Z ? Je suis sur que tu as pris un GM quelque part... Quote: - Reussir a faire marcher " l'hosto" car quand je me met sur le Picku...
653
Did you put your objects in "OnGameModeInit" ? You have to.
195
Try using "CreateDynamicObjet", instead of CreateObject, from YSI includes.
195
Je suis actuellement en train de rйgler le problиme, le gamemode est sur tout San Andreas.
699
J'ai retirй le lien de tйlйchargement, un problиme en est la cause.
699
Bonsoir а tous, Je vous partage, aprиs des heures et des heures de travail, une version йditй du GM de PowerPC. Un gamemode de trucking. Le gamemode a йtй dйveloppй par nos soins et nous l'a...
699
You don't need to re-open a topic for your problem, be patient.
275
Put your object codes in pawn Код: public OnGameModeInit()
143