SA-MP Forums

Go Back   SA-MP Forums > Non-English > Languages > Español/Spanish

Reply
 
Thread Tools Display Modes
Old 20/08/2012, 11:00 AM   #1
TheThug
Big Clucker
 
Join Date: Aug 2012
Posts: 51
Reputation: 0
Default [Ayuda] Public

Bueno resulta que estoy puniendo el sistema de Suciedad de Grove4L
Y el unico error que me da es en este public:

Error
Code:
error 023: array assignment must be simple assignment
La linea
Code:
VSuciedadPJ += 1;
Aqui el public por si acaso.

Code:
forward TimerSuciedad();
public TimerSuciedad()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
new Float:VR; // Variable de la vida
GetPlayerHealth(i,VR); // Toma la vida del Jugador
VSuciedadPJ += 1; // Sube en +1 la suciedad
if(VSuciedadPJ[i] >= 85) // Si la suciedad es mayor a 85...
{
SetPlayerHealth(i,VR-5); // Le saca 5 de vida al jugador que tenga mayor de 85
SendClientMessage(i,COLOR_GREY,"Tu ropa esta sucia y te sientes mal por el olor. Ve a lavar tu ropa."); // Mensaje al jugador que tenga mayor de 85
}
if(VSuciedadPJ[i] >= 100) VSuciedadPJ[i] = 100; // Si la suciedad supera el valor maximo (100) se setea nuevamene en 100 para que no se sobrepase.
}
}
}
PD: ¿No hay un codigo BBC Mejor que "[code]"?
TheThug is offline   Reply With Quote
Old 20/08/2012, 11:41 AM   #2
OTACON
High-roller
 
OTACON's Avatar
 
Join Date: Dec 2010
Location: En el area 51 de la nasa
Posts: 1,756
Reputation: 69
Default Respuesta: [Ayuda] Public

intenta asi :

VSuciedadPJ[i] += 1;
__________________
GameMode 'GameTROLL'
(Descarga el GameMode Roleplay Hecho Desde Cero con MySQL Por OTACON.)
(Download Roleplay GameMode made ​​from scratch with MySQL by OTACON.)

[Include] Reflectores By OTACON
OTACON is offline   Reply With Quote
Old 20/08/2012, 11:52 AM   #3
TheThug
Big Clucker
 
Join Date: Aug 2012
Posts: 51
Reputation: 0
Default Re: [Ayuda] Public

Gracias Bro,me Sirvió, cada vez aprendo mas.
Se agradece.
TheThug is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ayuda con este Public Fede.Zink Español/Spanish 2 14/12/2011 09:51 PM
[AYUDA]Con un public GROVE22 Español/Spanish 2 14/12/2011 01:57 AM
[AYUDA] Con Un Public digman Español/Spanish 6 04/11/2011 12:38 AM


All times are GMT. The time now is 08:55 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.